Skip to content

Commit

Permalink
Bumping sdk to 2.104.0-beta.23
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Dec 14, 2024
1 parent 8b6f9f2 commit 0cdd5a8
Show file tree
Hide file tree
Showing 4 changed files with 871 additions and 52 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"anchor-tests": "yarn update-types && yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.0.3",
"ts-mocha": "^10.0.0",
"@coral-xyz/anchor": "^0.26.0",
"@drift-labs/sdk": "2.104.0-beta.23",
"@solana/web3.js": "1.73.2",
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"typescript": "^4.5.4",
"prettier": "^2.6.2",
"@coral-xyz/anchor": "^0.26.0",
"@solana/web3.js": "1.73.2",
"@drift-labs/sdk": "^2.38.1-beta.7",
"husky": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"chai": "^4.3.4",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0"
"eslint-plugin-prettier": "^3.4.0",
"husky": "^8.0.0",
"mocha": "^9.0.3",
"prettier": "^2.6.2",
"ts-mocha": "^10.0.0",
"typescript": "^4.5.4"
},
"engines": {
"node": ">=20.18.0"
Expand Down
2 changes: 1 addition & 1 deletion ts/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@coral-xyz/anchor": "0.26.0",
"@drift-labs/sdk": "2.104.0-beta.19",
"@drift-labs/sdk": "2.104.0-beta.23",
"@solana/web3.js": "1.91.7"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions ts/sdk/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@
bn.js "^5.1.2"
buffer-layout "^1.2.0"

"@drift-labs/[email protected].19":
version "2.104.0-beta.19"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.104.0-beta.19.tgz#0be2669b1b7abc62771d7a3f4fb2a8417f584e15"
integrity sha512-QQrnPNxhrI7AumlQXJP6C/Y60Xu9EohYZnhD+HD/YlQwwU44FAXkfvJUPlNLFWn3/GfcMhsSnlP4s+DtWe28vQ==
"@drift-labs/[email protected].23":
version "2.104.0-beta.23"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.104.0-beta.23.tgz#7d20bde8079aafcfa42448aaa6f88b9de40751d4"
integrity sha512-1xok0cxi6v63Y6jD4i3TDJ1SH7TNbaFvdSmGylNaa8b50B04Q3oPI64jKOJoy9ECdyWt2wDkOxEvw6YusGGwJA==
dependencies:
"@coral-xyz/anchor" "0.29.0"
"@coral-xyz/anchor-30" "npm:@coral-xyz/[email protected]"
Expand Down
Loading

0 comments on commit 0cdd5a8

Please sign in to comment.