Skip to content

Commit 65dbae9

Browse files
committed
feat(sdk-coin-oas): add oas sdk skeleton
Ticket: WIN-3696
1 parent 56ce8e4 commit 65dbae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/statics/src/networks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,8 +1068,8 @@ class Oas extends Mainnet implements EthereumNetwork {
10681068
class OasTestnet extends Testnet implements EthereumNetwork {
10691069
name = 'OaschainTestnet';
10701070
family = CoinFamily.OAS;
1071-
explorerUrl = 'https://scan.sandverse.oasys.games/tx/';
1072-
accountExplorerUrl = 'https://scan.sandverse.oasys.games/address/';
1071+
explorerUrl = 'https://explorer.testnet.oasys.games/tx/';
1072+
accountExplorerUrl = 'https://explorer.testnet.oasys.games/address/';
10731073
chainId = 9372;
10741074
nativeCoinOperationHashPrefix = '9372';
10751075
}

0 commit comments

Comments
 (0)