Skip to content

Commit 72e529c

Browse files
feat: add support for arbitrum-mainnet (WIP)
1 parent 9d15871 commit 72e529c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cli/src/config/config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,13 @@ export const CHAINS_CONFIGURATIONS: Record<string, ChainConfig> = {
8787
iexecExplorerUrl: 'https://explorer.iex.ec/bellecour',
8888
workerpoolDebug: 'debug-v8-learn.main.pools.iexec.eth',
8989
},
90+
'arbitrum-mainnet': {
91+
rpcHostUrl: 'https://arb1.arbitrum.io/rpc',
92+
smsDebugUrl: 'https://sms-debug.arbitrum-mainnet.iex.ec',
93+
ipfsGatewayUrl: 'https://ipfs-gateway.arbitrum-mainnet.iex.ec',
94+
iexecExplorerUrl: 'https://explorer.iex.ec/arbitrum-mainnet',
95+
workerpoolDebug: 'TODO', // TODO: Update with actual debug workerpool address
96+
},
9097
...(useExperimentalNetworks && {
9198
'arbitrum-sepolia-testnet': {
9299
rpcHostUrl: 'https://sepolia-rollup.arbitrum.io/rpc',

0 commit comments

Comments
 (0)