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