Skip to content

Commit a624569

Browse files
feat: add support for arbitrum-mainnet (#478)
Co-authored-by: abbesBenayache <[email protected]>
1 parent a339c97 commit a624569

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/sdk/src/config/config.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

4355
export const getChainConfig = (

0 commit comments

Comments
 (0)