Skip to content

Commit fd3af3c

Browse files
authored
Merge pull request #7413 from BitGo/WIN-7697-fix-explorer-url-for-dot
fix(sdk-coin-dot): correct explorer url
2 parents 0193be9 + d4bc6df commit fd3af3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statics/src/networks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ class ECashTestnet extends Testnet implements UtxoNetwork {
513513
class PolkadotAssetHub extends Mainnet implements DotNetwork {
514514
name = 'PolkadotAssetHub';
515515
family = CoinFamily.DOT;
516-
explorerUrl = 'https://assethub-polkadot.subscan.io/extrinsic';
516+
explorerUrl = 'https://assethub-polkadot.subscan.io/extrinsic/';
517517
specName = 'statemint' as PolkadotSpecNameType;
518518
genesisHash = '0x68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f';
519519
specVersion = 1007001;

0 commit comments

Comments
 (0)