Skip to content

Commit d026be7

Browse files
committed
fix(refactor): updated sdk dependency
1 parent d445766 commit d026be7

File tree

4 files changed

+13
-47
lines changed

4 files changed

+13
-47
lines changed

bin/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sqds/cli",
3-
"version": "1.3.0",
3+
"version": "2.0.1",
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {
@@ -30,7 +30,7 @@
3030
"@solana/spl-token": "^0.3.7",
3131
"@solana/spl-token-registry": "^0.2.4574",
3232
"@solana/web3.js": "^1.63.1",
33-
"@sqds/sdk": "^1.0.8",
33+
"@sqds/sdk": "^2.0.1",
3434
"@types/bn.js": "^5.1.1",
3535
"axios": "^0.27.2",
3636
"bn.js": "^5.2.1",

src/lib/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const PROGRAM_ID = "84Ue9gKQUsStFJQCNQpsqvbceo7fKYSSCCMXxMZ5PkiW";
2-
export const PROGRAM_MANAGER_PROGRAM_ID = "8Y5Qbdb67Ka4LcPCziyhLrGbYN2ftZ1BG11Q5PiHenLP";
1+
export const PROGRAM_ID = "SMPLecH534NA9acpos4G6x7uf3LWbCAwZQE9e8ZekMu";
2+
export const PROGRAM_MANAGER_PROGRAM_ID = "SMPLKTQhrgo22hFCVq2VGX1KAktTWjeizkhrdB1eauK";

yarn.lock

Lines changed: 8 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -322,35 +322,6 @@
322322
dependencies:
323323
"@octokit/openapi-types" "^14.0.0"
324324

325-
"@project-serum/anchor@^0.25.0":
326-
version "0.25.0"
327-
resolved "https://registry.yarnpkg.com/@project-serum/anchor/-/anchor-0.25.0.tgz#88ee4843336005cf5a64c80636ce626f0996f503"
328-
integrity sha512-E6A5Y/ijqpfMJ5psJvbw0kVTzLZFUcOFgs6eSM2M2iWE1lVRF18T6hWZVNl6zqZsoz98jgnNHtVGJMs+ds9A7A==
329-
dependencies:
330-
"@project-serum/borsh" "^0.2.5"
331-
"@solana/web3.js" "^1.36.0"
332-
base64-js "^1.5.1"
333-
bn.js "^5.1.2"
334-
bs58 "^4.0.1"
335-
buffer-layout "^1.2.2"
336-
camelcase "^5.3.1"
337-
cross-fetch "^3.1.5"
338-
crypto-hash "^1.3.0"
339-
eventemitter3 "^4.0.7"
340-
js-sha256 "^0.9.0"
341-
pako "^2.0.3"
342-
snake-case "^3.0.4"
343-
superstruct "^0.15.4"
344-
toml "^3.0.0"
345-
346-
"@project-serum/borsh@^0.2.5":
347-
version "0.2.5"
348-
resolved "https://registry.yarnpkg.com/@project-serum/borsh/-/borsh-0.2.5.tgz#6059287aa624ecebbfc0edd35e4c28ff987d8663"
349-
integrity sha512-UmeUkUoKdQ7rhx6Leve1SssMR/Ghv8qrEiyywyxSWg7ooV7StdpPBhciiy5eB3T0qU1BXvdRNC8TdrkxK7WC5Q==
350-
dependencies:
351-
bn.js "^5.1.2"
352-
buffer-layout "^1.2.0"
353-
354325
"@solana/buffer-layout-utils@^0.2.0":
355326
version "0.2.0"
356327
resolved "https://registry.yarnpkg.com/@solana/buffer-layout-utils/-/buffer-layout-utils-0.2.0.tgz#b45a6cab3293a2eb7597cceb474f229889d875ca"
@@ -396,7 +367,7 @@
396367
"@solana/buffer-layout-utils" "^0.2.0"
397368
buffer "^6.0.3"
398369

399-
"@solana/web3.js@^1.21.0", "@solana/web3.js@^1.30.2", "@solana/web3.js@^1.31.0", "@solana/web3.js@^1.32.0", "@solana/web3.js@^1.36.0", "@solana/web3.js@^1.53.0", "@solana/web3.js@^1.63.1":
370+
"@solana/web3.js@^1.21.0", "@solana/web3.js@^1.30.2", "@solana/web3.js@^1.31.0", "@solana/web3.js@^1.32.0", "@solana/web3.js@^1.63.1":
400371
version "1.70.1"
401372
resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-1.70.1.tgz#4a2df47cc32a0f67be5161e772b2ceb6512281fa"
402373
integrity sha512-AnaqCF1cJ3w7d0yhvLGAKAcRI+n5o+ursQihhoTe4cUh8/9d4gbT73SoHYElS7e67OtAgLmSfbcC5hcOAgdvnQ==
@@ -417,7 +388,7 @@
417388
rpc-websockets "^7.5.0"
418389
superstruct "^0.14.2"
419390

420-
"@solana/web3.js@^1.68.0":
391+
"@solana/web3.js@^1.68.0", "@solana/web3.js@^1.73.2":
421392
version "1.73.2"
422393
resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-1.73.2.tgz#4b30cd402b35733dae3a7d0b638be26a7742b395"
423394
integrity sha512-9WACF8W4Nstj7xiDw3Oom22QmrhBh0VyZyZ7JvvG3gOxLWLlX3hvm5nPVJOGcCE/9fFavBbCUb5A6CIuvMGdoA==
@@ -439,13 +410,13 @@
439410
rpc-websockets "^7.5.0"
440411
superstruct "^0.14.2"
441412

442-
"@sqds/sdk@^1.0.8":
443-
version "1.0.8"
444-
resolved "https://registry.yarnpkg.com/@sqds/sdk/-/sdk-1.0.8.tgz#d1bd1475755eb22c71631c0861f6e4835fd31336"
445-
integrity sha512-v38m7f4g6aqhISp/sg/bkp7G/u0n+ajSHxW//c1xoTR8r+zxIc20JejQGM38jFgQ7wsnf7yFIAbV4uPP3G0ZVQ==
413+
"@sqds/sdk@^2.0.1":
414+
version "2.0.1"
415+
resolved "https://registry.yarnpkg.com/@sqds/sdk/-/sdk-2.0.1.tgz#68c216b901355acd7334df32e174649e4c960b31"
416+
integrity sha512-nJmGVVeajk5yZn7wT1VB/LLRiM1e5O2u6CZig8wRcVRzv6BdfflRT5DnEeoStvwIzrxP+uA0BRoj87m8gSCMdg==
446417
dependencies:
447-
"@project-serum/anchor" "^0.25.0"
448-
"@solana/web3.js" "^1.53.0"
418+
"@coral-xyz/anchor" "^0.26.0"
419+
"@solana/web3.js" "^1.73.2"
449420
bn.js "^5.2.1"
450421

451422
"@tsconfig/node10@^1.0.7":
@@ -765,11 +736,6 @@ call-bind@^1.0.0, call-bind@^1.0.2:
765736
function-bind "^1.1.1"
766737
get-intrinsic "^1.0.2"
767738

768-
camelcase@^5.3.1:
769-
version "5.3.1"
770-
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
771-
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
772-
773739
camelcase@^6.3.0:
774740
version "6.3.0"
775741
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a"

0 commit comments

Comments
 (0)