Skip to content

Commit caab71d

Browse files
authored
Merge pull request #8575 from BitGo/cecho-770-story-aeneid-storyscan-explorer
fix(statics): correct IPTestnet tx explorer URL to aeneid storyscan
2 parents fd890b6 + 99efd18 commit caab71d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/statics/src/networks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,7 @@ class IP extends Mainnet implements EthereumNetwork {
15681568
class IPTestnet extends Testnet implements EthereumNetwork {
15691569
name = 'StoryTestnet';
15701570
family = CoinFamily.IP;
1571-
explorerUrl = 'https://aeneid.explorer.story.foundation/tx/';
1571+
explorerUrl = 'https://aeneid.storyscan.io/tx/';
15721572
accountExplorerUrl = 'https://aeneid.storyscan.io/address/';
15731573
chainId = 1315;
15741574
nativeCoinOperationHashPrefix = '1315';

0 commit comments

Comments
 (0)