Skip to content

Commit 0418c12

Browse files
fix: fix the explorer url path for story
Ticket: WIN-7866
1 parent 61daef3 commit 0418c12

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
@@ -1343,7 +1343,7 @@ class IP extends Mainnet implements EthereumNetwork {
13431343
class IPTestnet extends Testnet implements EthereumNetwork {
13441344
name = 'StoryTestnet';
13451345
family = CoinFamily.IP;
1346-
explorerUrl = 'https://aeneid.explorer.story.foundation/transactions/';
1346+
explorerUrl = 'https://aeneid.explorer.story.foundation/tx/';
13471347
accountExplorerUrl = 'https://aeneid.storyscan.io/address/';
13481348
chainId = 1315;
13491349
nativeCoinOperationHashPrefix = '1315';

0 commit comments

Comments
 (0)