Skip to content

Commit b453d22

Browse files
authored
Merge branch 'main' into feature/deploy-on-arbitrumSepolia
2 parents 3a84b72 + 6bea05a commit b453d22

File tree

5 files changed

+20
-12
lines changed

5 files changed

+20
-12
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/sdk": "2.0.0-beta.17"
2+
"packages/sdk": "2.0.0-beta.18"
33
}

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+
## [2.0.0-beta.18](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/dataprotector-v2.0.0-beta.17...dataprotector-v2.0.0-beta.18) (2025-07-29)
6+
7+
8+
### Changed
9+
10+
* Add admin address input to initialize function in ABI ([#473](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/473)) ([74870fe](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/74870feb37c606894bdfaff29165cff3775dd6fd))
11+
* **sdk:** move to latest arbitrum-sepolia-testnet deployment ([#476](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/476)) ([bf5fcfb](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/bf5fcfb4c5ec5fd75eed7091519d5c80ca64c7f3))
12+
513
## [2.0.0-beta.17](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/dataprotector-v2.0.0-beta.16...dataprotector-v2.0.0-beta.17) (2025-07-08)
614

715

packages/sdk/package-lock.json

Lines changed: 6 additions & 6 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iexec/dataprotector",
3-
"version": "2.0.0-beta.17",
3+
"version": "2.0.0-beta.18",
44
"description": "This product enables users to confidentially store data–such as mail address, documents, personal information ...",
55
"type": "module",
66
"types": "dist/src/index.d.ts",
@@ -61,7 +61,7 @@
6161
"debug": "^4.3.4",
6262
"ethers": "^6.13.2",
6363
"graphql-request": "^6.0.0",
64-
"iexec": "^8.16.0",
64+
"iexec": "^8.17.1",
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ const CHAIN_CONFIG: Record<ChainId, ChainConfig> = {
2828
// Arbitrum Sepolia
2929
421614: {
3030
name: 'arbitrum-sepolia-testnet',
31-
dataprotectorContractAddress: '0x2296daeDD3090750a80fFB2D0147669984909ED2',
32-
sharingContractAddress: '0x2485Ed90d4566516298B7D01462df8d1A41E13AE',
31+
dataprotectorContractAddress: '0x168eAF6C33a77E3caD9db892452f51a5D91df621',
32+
sharingContractAddress: '0x34AD9D161E815D7696777a9D2d668aF2d6e675e9',
3333
subgraphUrl:
3434
'https://thegraph.arbitrum-sepolia-testnet.iex.ec/api/subgraphs/id/5YjRPLtjS6GH6bB4yY55Qg4HzwtRGQ8TaHtGf9UBWWd',
3535
ipfsGateway: 'https://ipfs-gateway.arbitrum-sepolia-testnet.iex.ec',
3636
ipfsNode: 'https://ipfs-upload.arbitrum-sepolia-testnet.iex.ec',
3737
smsDebugURL: 'https://sms.arbitrum-sepolia-testnet.iex.ec', // ⚠️ default SMS is a debug SMS
38-
workerpoolAddress: '0x39c3cdd91a7f1c4ed59108a9da4e79de9a1c1b59',
38+
workerpoolAddress: '0xB967057a21dc6A66A29721d96b8Aa7454B7c383F',
3939
isExperimental: true,
4040
},
4141
};

0 commit comments

Comments
 (0)