Skip to content

Commit 3c9abdd

Browse files
authored
upgrade sui (#247)
* migrate to new sui sdk, use new methods for tx execution.
1 parent 56f6582 commit 3c9abdd

File tree

11 files changed

+1148
-474
lines changed

11 files changed

+1148
-474
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "7.2.1",
5+
"version": "7.3.0",
66
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
77
}

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@streamflow/common",
3-
"version": "7.2.1",
3+
"version": "7.3.0",
44
"description": "Common utilities and types used by streamflow packages.",
55
"homepage": "https://github.com/streamflow-finance/js-sdk/",
66
"main": "./dist/esm/index.js",

packages/distributor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@streamflow/distributor",
3-
"version": "7.2.1",
3+
"version": "7.3.0",
44
"description": "JavaScript SDK to interact with Streamflow Airdrop protocol.",
55
"homepage": "https://github.com/streamflow-finance/js-sdk/",
66
"main": "dist/esm/index.js",

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@streamflow/eslint-config",
3-
"version": "7.2.1",
3+
"version": "7.3.0",
44
"license": "ISC",
55
"main": "index.js",
66
"files": [

packages/launchpad/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@streamflow/launchpad",
3-
"version": "7.2.1",
3+
"version": "7.3.0",
44
"description": "JavaScript SDK to interact with Streamflow Launchpad protocol.",
55
"homepage": "https://github.com/streamflow-finance/js-sdk/",
66
"main": "dist/esm/index.js",

packages/staking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@streamflow/staking",
3-
"version": "7.2.1",
3+
"version": "7.3.0",
44
"description": "JavaScript SDK to interact with Streamflow Staking protocol.",
55
"homepage": "https://github.com/streamflow-finance/js-sdk/",
66
"main": "dist/esm/index.js",

packages/stream/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@streamflow/stream",
3-
"version": "7.2.1",
3+
"version": "7.3.0",
44
"description": "JavaScript SDK to interact with Streamflow protocol.",
55
"homepage": "https://github.com/streamflow-finance/js-sdk/",
66
"main": "./dist/esm/index.js",
@@ -54,13 +54,13 @@
5454
"@coral-xyz/anchor": "^0.30.1",
5555
"@coral-xyz/borsh": "0.30.1",
5656
"@manahippo/aptos-wallet-adapter": "1.0.10",
57-
"@mysten/sui.js": "0.54.1",
57+
"@mysten/sui": "1.12.0",
5858
"@solana/buffer-layout": "4.0.1",
5959
"@solana/spl-token": "0.4.9",
6060
"@solana/wallet-adapter-base": "0.9.19",
6161
"@solana/web3.js": "1.95.4",
6262
"@streamflow/common": "workspace:*",
63-
"@suiet/wallet-kit": "0.2.22",
63+
"@suiet/wallet-kit": "^0.3.3",
6464
"aptos": "1.21.0",
6565
"bn.js": "5.2.1",
6666
"borsh": "^2.0.0",

0 commit comments

Comments
 (0)