We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ce8e4 commit 65dbae9Copy full SHA for 65dbae9
modules/statics/src/networks.ts
@@ -1068,8 +1068,8 @@ class Oas extends Mainnet implements EthereumNetwork {
1068
class OasTestnet extends Testnet implements EthereumNetwork {
1069
name = 'OaschainTestnet';
1070
family = CoinFamily.OAS;
1071
- explorerUrl = 'https://scan.sandverse.oasys.games/tx/';
1072
- accountExplorerUrl = 'https://scan.sandverse.oasys.games/address/';
+ explorerUrl = 'https://explorer.testnet.oasys.games/tx/';
+ accountExplorerUrl = 'https://explorer.testnet.oasys.games/address/';
1073
chainId = 9372;
1074
nativeCoinOperationHashPrefix = '9372';
1075
}
0 commit comments