Skip to content

Commit 154883f

Browse files
Merge pull request #6780 from BitGo/WIN-6652
chore: update plasma explorer and accountExplorer Url
2 parents f63346b + 8d566e4 commit 154883f

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)