diff --git a/modules/statics/src/networks.ts b/modules/statics/src/networks.ts index 0a7b90ed66..7d1daad52e 100644 --- a/modules/statics/src/networks.ts +++ b/modules/statics/src/networks.ts @@ -1568,7 +1568,7 @@ class IP extends Mainnet implements EthereumNetwork { class IPTestnet extends Testnet implements EthereumNetwork { name = 'StoryTestnet'; family = CoinFamily.IP; - explorerUrl = 'https://aeneid.explorer.story.foundation/tx/'; + explorerUrl = 'https://aeneid.storyscan.io/tx/'; accountExplorerUrl = 'https://aeneid.storyscan.io/address/'; chainId = 1315; nativeCoinOperationHashPrefix = '1315';