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.
2 parents f63346b + 8d566e4 commit 154883fCopy full SHA for 154883f
modules/statics/src/networks.ts
@@ -1399,8 +1399,8 @@ class Plasma extends Mainnet implements EthereumNetwork {
1399
class PlasmaTestnet extends Testnet implements EthereumNetwork {
1400
name = 'PlasmaTestnet';
1401
family = CoinFamily.XPL;
1402
- explorerUrl = 'https://testnet.plasmascan.to/blockchain/transactions';
1403
- accountExplorerUrl = 'http://testnet.plasmaexplorer.io/address/';
+ explorerUrl = 'https://testnet.plasmascan.to/tx/';
+ accountExplorerUrl = 'https://testnet.plasmascan.to/address/';
1404
chainId = 9746;
1405
nativeCoinOperationHashPrefix = '9746';
1406
}
0 commit comments