Skip to content

Commit 026926b

Browse files
committed
fix: correct syntax for workerpoolAddress in ChainConfig
1 parent 0127044 commit 026926b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/src/config/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const CHAIN_CONFIG: Record<ChainId, ChainConfig> = {
3232
'https://thegraph.arbitrum-sepolia-testnet.iex.ec/api/subgraphs/id/5YjRPLtjS6GH6bB4yY55Qg4HzwtRGQ8TaHtGf9UBWWd',
3333
ipfsGateway: 'https://ipfs-gateway.arbitrum-sepolia-testnet.iex.ec',
3434
ipfsNode: 'https://ipfs-upload.arbitrum-sepolia-testnet.iex.ec',
35-
workerpoolAddress: '0xB967057a21dc6A66A29721d96b8Aa7454B7c383F'
35+
workerpoolAddress: '0xB967057a21dc6A66A29721d96b8Aa7454B7c383F',
3636
},
3737
// Arbitrum Mainnet
3838
42161: {

0 commit comments

Comments
 (0)