We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d15871 commit 72e529cCopy full SHA for 72e529c
cli/src/config/config.ts
@@ -87,6 +87,13 @@ export const CHAINS_CONFIGURATIONS: Record<string, ChainConfig> = {
87
iexecExplorerUrl: 'https://explorer.iex.ec/bellecour',
88
workerpoolDebug: 'debug-v8-learn.main.pools.iexec.eth',
89
},
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
+ },
97
...(useExperimentalNetworks && {
98
'arbitrum-sepolia-testnet': {
99
rpcHostUrl: 'https://sepolia-rollup.arbitrum.io/rpc',
0 commit comments