@@ -1280,6 +1280,24 @@ class CoredaoTestnet extends Testnet implements EthereumNetwork {
12801280 forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b' ;
12811281}
12821282
1283+ class IP extends Mainnet implements EthereumNetwork {
1284+ name = 'Story' ;
1285+ family = CoinFamily . IP ;
1286+ explorerUrl = 'https://www.storyscan.io/tx/' ;
1287+ accountExplorerUrl = 'https://www.storyscan.io/address/' ;
1288+ chainId = 1514 ;
1289+ nativeCoinOperationHashPrefix = '1514' ;
1290+ }
1291+
1292+ class IPTestnet extends Testnet implements EthereumNetwork {
1293+ name = 'StoryTestnet' ;
1294+ family = CoinFamily . IP ;
1295+ explorerUrl = 'https://aeneid.explorer.story.foundation/transactions/' ;
1296+ accountExplorerUrl = 'https://aeneid.storyscan.io/address/' ;
1297+ chainId = 1315 ;
1298+ nativeCoinOperationHashPrefix = '1315' ;
1299+ }
1300+
12831301class ApeChain extends Mainnet implements EthereumNetwork {
12841302 name = 'ApeChain' ;
12851303 family = CoinFamily . APECHAIN ;
@@ -1759,6 +1777,7 @@ export const Networks = {
17591777 hash : Object . freeze ( new Hash ( ) ) ,
17601778 hedera : Object . freeze ( new Hedera ( ) ) ,
17611779 icp : Object . freeze ( new Icp ( ) ) ,
1780+ ip : Object . freeze ( new IP ( ) ) ,
17621781 initia : Object . freeze ( new Initia ( ) ) ,
17631782 injective : Object . freeze ( new Injective ( ) ) ,
17641783 irys : Object . freeze ( new Irys ( ) ) ,
@@ -1848,6 +1867,7 @@ export const Networks = {
18481867 hash : Object . freeze ( new HashTestnet ( ) ) ,
18491868 hedera : Object . freeze ( new HederaTestnet ( ) ) ,
18501869 icp : Object . freeze ( new IcpTestnet ( ) ) ,
1870+ ip : Object . freeze ( new IPTestnet ( ) ) ,
18511871 initia : Object . freeze ( new InitiaTestnet ( ) ) ,
18521872 injective : Object . freeze ( new InjectiveTestnet ( ) ) ,
18531873 irys : Object . freeze ( new IrysTestnet ( ) ) ,
0 commit comments