Skip to content

Commit

Permalink
fix interest protocol sui js version
Browse files Browse the repository at this point in the history
  • Loading branch information
avernikoz committed May 11, 2024
1 parent ec58c71 commit 80fcc0b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"resolutions": {
"@cetusprotocol/cetus-sui-clmm-sdk/@mysten/sui.js": "0.42.0",
"@flowx-pkg/ts-sdk/@mysten/sui.js": "0.41.2",
"@interest-protocol/clamm-sdk/@mysten/sui.js": "0.51.2",
"ip": "2.0.1"
},
"dependencies": {
Expand Down
20 changes: 19 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@
dependencies:
bs58 "^5.0.0"

"@mysten/sui.js-0.51.2@yarn:@mysten/sui.js@^0.51.2", "@mysten/sui.js@^0.51.2":
"@mysten/sui.js-0.51.2@yarn:@mysten/sui.js@^0.51.2":
version "0.51.2"
resolved "https://registry.yarnpkg.com/@mysten/sui.js/-/sui.js-0.51.2.tgz#40c54bf1df57fdeaf27ad11efddeaa20ff5e6a7b"
integrity sha512-RRG/VHhVvkQlWqodFZagRxVDo3SbXh4e3xTBplhPNNyybugbWj/V+wGrNv5/KtxfVxHBw6jTCoB798ijqPBq7g==
Expand Down Expand Up @@ -930,6 +930,24 @@
superstruct "^1.0.3"
tweetnacl "^1.0.3"

"@mysten/[email protected]", "@mysten/sui.js@^0.51.2":
version "0.51.2"
resolved "https://registry.npmjs.org/@mysten/sui.js/-/sui.js-0.51.2.tgz#40c54bf1df57fdeaf27ad11efddeaa20ff5e6a7b"
integrity sha512-RRG/VHhVvkQlWqodFZagRxVDo3SbXh4e3xTBplhPNNyybugbWj/V+wGrNv5/KtxfVxHBw6jTCoB798ijqPBq7g==
dependencies:
"@graphql-typed-document-node/core" "^3.2.0"
"@mysten/bcs" "0.11.1"
"@noble/curves" "^1.1.0"
"@noble/hashes" "^1.3.1"
"@scure/bip32" "^1.3.1"
"@scure/bip39" "^1.2.1"
"@suchipi/femver" "^1.0.0"
bech32 "^2.0.0"
gql.tada "^1.4.1"
graphql "^16.8.1"
superstruct "^1.0.3"
tweetnacl "^1.0.3"

"@mysten/sui.js@^0.37.1":
version "0.37.1"
resolved "https://registry.npmjs.org/@mysten/sui.js/-/sui.js-0.37.1.tgz#b6a0c7312d979bec6903683d7db07fc33ff7d9ea"
Expand Down

0 comments on commit 80fcc0b

Please sign in to comment.