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 0193be9 + d4bc6df commit fd3af3cCopy full SHA for fd3af3c
modules/statics/src/networks.ts
@@ -513,7 +513,7 @@ class ECashTestnet extends Testnet implements UtxoNetwork {
513
class PolkadotAssetHub extends Mainnet implements DotNetwork {
514
name = 'PolkadotAssetHub';
515
family = CoinFamily.DOT;
516
- explorerUrl = 'https://assethub-polkadot.subscan.io/extrinsic';
+ explorerUrl = 'https://assethub-polkadot.subscan.io/extrinsic/';
517
specName = 'statemint' as PolkadotSpecNameType;
518
genesisHash = '0x68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f';
519
specVersion = 1007001;
0 commit comments