From 0418c121a9973c79390f0bdc8ece313ebe893b03 Mon Sep 17 00:00:00 2001 From: prithvishet2503 Date: Thu, 13 Nov 2025 06:34:22 +0530 Subject: [PATCH] fix: fix the explorer url path for story Ticket: WIN-7866 --- modules/statics/src/networks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';