Skip to content

Commit

Permalink
Update staging endpoint for currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
manhlx3006 committed Jan 8, 2020
1 parent 4bd0c8b commit 445d8b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ enum KNEnvironment: Int {
let baseString: String = {
switch self {
case .mainnetTest, .production: return "https://api.kyber.network" + KNSecret.currencies
case .staging: return "https://staging-api.knstats.com" + KNSecret.currencies
case .staging: return "https://staging-kyberswap.knstats.com/api/currencies"
case .ropsten: return "https://dev-userdashboard.knstats.com/api/currencies"
case .rinkeby: return "https://rinkeby-api.kyber.network" + KNSecret.currencies
case .kovan: return "https://dev-kovan-api.knstats.com" + KNSecret.currencies
Expand Down

0 comments on commit 445d8b5

Please sign in to comment.