Skip to content

Commit 8d566e4

Browse files
chore: update plasma explorer and accountExplorer Url
TICKET: WIN-6652
1 parent f63346b commit 8d566e4

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
@@ -1399,8 +1399,8 @@ class Plasma extends Mainnet implements EthereumNetwork {
13991399
class PlasmaTestnet extends Testnet implements EthereumNetwork {
14001400
name = 'PlasmaTestnet';
14011401
family = CoinFamily.XPL;
1402-
explorerUrl = 'https://testnet.plasmascan.to/blockchain/transactions';
1403-
accountExplorerUrl = 'http://testnet.plasmaexplorer.io/address/';
1402+
explorerUrl = 'https://testnet.plasmascan.to/tx/';
1403+
accountExplorerUrl = 'https://testnet.plasmascan.to/address/';
14041404
chainId = 9746;
14051405
nativeCoinOperationHashPrefix = '9746';
14061406
}

0 commit comments

Comments
 (0)