Skip to content

Commit d83605e

Browse files
fix: move to latest arbitrum-sepolia-testnet deployment (#61)
1 parent 333e652 commit d83605e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"buffer": "^6.0.3",
5353
"ethers": "^6.8.1",
5454
"graphql-request": "^6.1.0",
55-
"iexec": "^8.17.0",
55+
"iexec": "^8.17.1",
5656
"kubo-rpc-client": "^4.1.3",
5757
"yup": "^1.1.1"
5858
},

src/config/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const CHAIN_CONFIG: Record<number, ChainConfig> = {
3030
421614: {
3131
name: 'arbitrum-sepolia-testnet',
3232
dappAddress: undefined, // ENS not supported on this network, address will be resolved from Compass
33-
prodWorkerpoolAddress: '0x39c3cdd91a7f1c4ed59108a9da4e79de9a1c1b59',
33+
prodWorkerpoolAddress: '0xB967057a21dc6A66A29721d96b8Aa7454B7c383F',
3434
dataProtectorSubgraph:
3535
'https://thegraph.arbitrum-sepolia-testnet.iex.ec/api/subgraphs/id/5YjRPLtjS6GH6bB4yY55Qg4HzwtRGQ8TaHtGf9UBWWd',
3636
ipfsGateway: 'https://ipfs-gateway.arbitrum-sepolia-testnet.iex.ec',

0 commit comments

Comments
 (0)