Skip to content

Commit 0127044

Browse files
committed
fix: update iexec version to 8.20.0 and skip experimental network tests
1 parent cbebba7 commit 0127044

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

packages/sdk/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.

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"debug": "^4.3.4",
6262
"ethers": "^6.13.2",
6363
"graphql-request": "^6.0.0",
64-
"iexec": "^8.18.0",
64+
"iexec": "^8.20.0",
6565
"jszip": "^3.7.1",
6666
"kubo-rpc-client": "^4.1.1",
6767
"magic-bytes.js": "^1.0.15",

packages/sdk/src/config/config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +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',
36-
isExperimental: true,
35+
workerpoolAddress: '0xB967057a21dc6A66A29721d96b8Aa7454B7c383F'
3736
},
3837
// Arbitrum Mainnet
3938
42161: {

packages/sdk/tests/unit/constructor.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ describe('IExecDataProtector()', () => {
189189
});
190190
});
191191

192-
describe('When instantiating SDK with an experimental network', () => {
192+
describe.skip('When instantiating SDK with an experimental network', () => {
193193
const experimentalNetworkSigner = getWeb3Provider(
194194
Wallet.createRandom().privateKey,
195195
{

0 commit comments

Comments
 (0)