Skip to content

Commit

Permalink
feat: add Stylus testnet network (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkx authored Aug 31, 2023
1 parent 8f56af9 commit 4a6ee7c
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions src/lib/dataEntities/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,42 @@ export const l2Networks: L2Networks = {
nitroGenesisL1Block: 0,
depositTimeout: 1800000,
},
23011913: {
chainID: 23011913,
confirmPeriodBlocks: 20,
ethBridge: {
bridge: '0x35aa95ac4747D928E2Cd42FE4461F6D9d1826346',
inbox: '0xe1e3b1CBaCC870cb6e5F4Bdf246feB6eB5cD351B',
outbox: '0x98fcA8bFF38a987B988E54273Fa228A52b62E43b',
rollup: '0x94db9E36d9336cD6F9FfcAd399dDa6Cc05299898',
sequencerInbox: '0x00A0F15b79d1D3e5991929FaAbCF2AA65623530c',
},
explorerUrl: 'https://stylus-testnet-explorer.arbitrum.io',
isArbitrum: true,
isCustom: false,
name: 'Stylus Testnet',
partnerChainID: 421614,
retryableLifetimeSeconds: SEVEN_DAYS_IN_SECONDS,
tokenBridge: {
l1CustomGateway: '0xd624D491A5Bc32de52a2e1481846752213bF7415',
l1ERC20Gateway: '0x7348Fdf6F3e090C635b23D970945093455214F3B',
l1GatewayRouter: '0x0057892cb8bb5f1cE1B3C6f5adE899732249713f',
l1MultiCall: '0xBEbe3BfBF52FFEA965efdb3f14F2101c0264c940',
l1ProxyAdmin: '0xB9E77732f32831f09e2a50D6E71B2Cca227544bf',
l1Weth: '0x980B62Da83eFf3D4576C647993b0c1D7faf17c73',
l1WethGateway: '0x39845e4a230434D218b907459a305eBA61A790d4',
l2CustomGateway: '0xF6dbB0e312dF4652d59ce405F5E00CC3430f19c5',
l2ERC20Gateway: '0xe027f79CE40a1eF8e47B51d0D46Dc4ea658C5860',
l2GatewayRouter: '0x4c3a1f7011F02Fe4769fC704359c3696a6A60D89',
l2Multicall: '0xEb4A260FD16aaf18c04B1aeaDFE20E622e549bd3',
l2ProxyAdmin: '0xE914c0d417E8250d0237d2F4827ed3612e6A9C3B',
l2Weth: '0x61Dc4b961D2165623A25EB775260785fE78BD37C',
l2WethGateway: '0x7021B4Edd9f047772242fc948441d6e0b9121175',
},
nitroGenesisBlock: 0,
nitroGenesisL1Block: 0,
depositTimeout: 900000,
},
}

const getNetwork = async (
Expand Down

0 comments on commit 4a6ee7c

Please sign in to comment.