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 0127044 commit 026926bCopy full SHA for 026926b
packages/sdk/src/config/config.ts
@@ -32,7 +32,7 @@ const CHAIN_CONFIG: Record<ChainId, ChainConfig> = {
32
'https://thegraph.arbitrum-sepolia-testnet.iex.ec/api/subgraphs/id/5YjRPLtjS6GH6bB4yY55Qg4HzwtRGQ8TaHtGf9UBWWd',
33
ipfsGateway: 'https://ipfs-gateway.arbitrum-sepolia-testnet.iex.ec',
34
ipfsNode: 'https://ipfs-upload.arbitrum-sepolia-testnet.iex.ec',
35
- workerpoolAddress: '0xB967057a21dc6A66A29721d96b8Aa7454B7c383F'
+ workerpoolAddress: '0xB967057a21dc6A66A29721d96b8Aa7454B7c383F',
36
},
37
// Arbitrum Mainnet
38
42161: {
0 commit comments