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 : 'TODO' , // TODO Replace with DataProtector actual address
45+ sharingContractAddress : 'TODO' , // TODO Replace with DataProtectorSharing actual address
46+ subgraphUrl :
47+ 'https://thegraph.arbitrum-mainnet.iex.ec/api/subgraphs/id/TODO' , // TODO Replace with subgraph URL
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 : 'TODO' , // TODO Replace with Workerpool actual address
52+ } ,
4153} ;
4254
4355export const getChainConfig = (
You can’t perform that action at this time.
0 commit comments