Skip to content

Commit

Permalink
MOB-1999 - Updated OKLink testnet URLs (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg-Pecheneg authored Apr 30, 2024
1 parent 5e1c7d2 commit 4b897a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ struct NetworkConfig {
static var basePolygonNetworkScanUrl: String {
let isTestnetUsed = User.instance.getSettings().isTestnetUsed
if isTestnetUsed {
return okLinkBaseURL + "/mumbai"
return okLinkBaseURL + "/amoy"
}
return okLinkBaseURL + "/polygon"
}

static var baseEthereumNetworkScanUrl: String {
let isTestnetUsed = User.instance.getSettings().isTestnetUsed
if isTestnetUsed {
return okLinkBaseURL + "/goerli-test"
return okLinkBaseURL + "/sepolia-test"
}
return okLinkBaseURL + "/eth"
}
Expand Down

0 comments on commit 4b897a6

Please sign in to comment.