We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9718680 + 0418c12 commit 90f06c9Copy full SHA for 90f06c9
modules/statics/src/networks.ts
@@ -1343,7 +1343,7 @@ class IP extends Mainnet implements EthereumNetwork {
1343
class IPTestnet extends Testnet implements EthereumNetwork {
1344
name = 'StoryTestnet';
1345
family = CoinFamily.IP;
1346
- explorerUrl = 'https://aeneid.explorer.story.foundation/transactions/';
+ explorerUrl = 'https://aeneid.explorer.story.foundation/tx/';
1347
accountExplorerUrl = 'https://aeneid.storyscan.io/address/';
1348
chainId = 1315;
1349
nativeCoinOperationHashPrefix = '1315';
0 commit comments