Skip to content

Commit f7eb35f

Browse files
Feature/upgrade iexec sdk version (#411)
2 parents 6470405 + 32f2ac7 commit f7eb35f

File tree

4 files changed

+91
-46
lines changed

4 files changed

+91
-46
lines changed

packages/sdk/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## Next
6+
7+
### Changed
8+
9+
- Upgraded the iexec dependency to ^8.13.1, which includes:
10+
- Migrated default SMS URL to https://sms.iex.ec.
11+
- Migrated from the deprecated SMS apps secrets endpoint.
12+
513
## [2.0.0-beta.12] (2025-02-04)
614

715
### Added

packages/sdk/package-lock.json

Lines changed: 81 additions & 43 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
@@ -60,7 +60,7 @@
6060
"debug": "^4.3.4",
6161
"ethers": "^6.13.2",
6262
"graphql-request": "^6.0.0",
63-
"iexec": "^8.10.0",
63+
"iexec": "^8.13.1",
6464
"jszip": "^3.7.1",
6565
"kubo-rpc-client": "^4.1.1",
6666
"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
@@ -15,8 +15,7 @@ export const DEFAULT_SHARING_CONTRACT_ADDRESS =
1515
export const DEFAULT_SUBGRAPH_URL =
1616
'https://thegraph-product.iex.ec/subgraphs/name/bellecour/dataprotector-v2';
1717

18-
export const DEFAULT_DEBUG_SMS_URL =
19-
'https://sms.scone-debug.v8-bellecour.iex.ec';
18+
export const DEFAULT_DEBUG_SMS_URL = 'https://sms-debug.iex.ec';
2019

2120
export const WORKERPOOL_ADDRESS = 'prod-v8-bellecour.main.pools.iexec.eth';
2221

0 commit comments

Comments
 (0)