Skip to content

Commit 99efd18

Browse files
gauravpal247nayandas190
authored andcommitted
fix(statics): correct IPTestnet tx explorer URL to aeneid storyscan
The explorerUrl for IPTestnet was pointing to aeneid.explorer.story.foundation which returns a page-not-found error. Updated to aeneid.storyscan.io/tx/ to match the account explorer domain already in use for that network. Ticket: CECHO-770
1 parent eb28af8 commit 99efd18

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)