File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,18 @@ const CHAIN_CONFIG: Record<ChainId, ChainConfig> = {
3838 workerpoolAddress : '0xB967057a21dc6A66A29721d96b8Aa7454B7c383F' ,
3939 isExperimental : true ,
4040 } ,
41+ // Arbitrum Mainnet
42+ 42161 : {
43+ name : 'arbitrum-mainnet' ,
44+ dataprotectorContractAddress : '0xF08f91F7646FDb95a4E24977b8Db91318252A667' ,
45+ sharingContractAddress : '0x2dA2D268281d79b81D609D68e4507e7ACDfd7E05' ,
46+ subgraphUrl :
47+ 'https://thegraph.arbitrum.iex.ec/api/subgraphs/id/Ep5zs5zVr4tDiVuQJepUu51e5eWYJpka624X4DMBxe3u' ,
48+ ipfsGateway : 'https://ipfs-gateway.arbitrum-mainnet.iex.ec' ,
49+ ipfsNode : 'https://ipfs-upload.arbitrum-mainnet.iex.ec' ,
50+ smsDebugURL : 'https://sms-debug.arbitrum-mainnet.iex.ec' ,
51+ workerpoolAddress : '0x2C06263943180Cc024dAFfeEe15612DB6e5fD248' ,
52+ } ,
4153} ;
4254
4355export const getChainConfig = (
You can’t perform that action at this time.
0 commit comments