Skip to content

Commit

Permalink
Bumping sdk to 2.110.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Feb 12, 2025
1 parent f0f0705 commit 4ead537
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@coral-xyz/anchor": "0.28.0",
"@drift-labs/sdk": "2.110.0-beta.4",
"@drift-labs/sdk": "2.110.0-beta.5",
"@solana/web3.js": "1.73.2",
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.3.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 @@ -8,7 +8,7 @@
},
"dependencies": {
"@coral-xyz/anchor": "0.28.0",
"@drift-labs/sdk": "2.110.0-beta.4",
"@drift-labs/sdk": "2.110.0-beta.5",
"@ledgerhq/hw-app-solana": "7.2.4",
"@ledgerhq/hw-transport": "6.31.4",
"@ledgerhq/hw-transport-node-hid": "6.29.5",
Expand Down
4 changes: 2 additions & 2 deletions ts/sdk/src/vaultClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2128,8 +2128,8 @@ export class VaultClient {
preFlightCommitment: 'confirmed',
forceVersionedTransaction: true,
txVersion: 0,
fetchMarketLookupTableAccount:
this.driftClient.fetchMarketLookupTableAccount.bind(this.driftClient),
fetchAllMarketLookupTableAccounts:
this.driftClient.fetchAllLookupTableAccounts.bind(this.driftClient),
})) as VersionedTransaction;
}

Expand Down
8 changes: 4 additions & 4 deletions ts/sdk/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@
dependencies:
"@jridgewell/trace-mapping" "0.3.9"

"@drift-labs/[email protected].4":
version "2.110.0-beta.4"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.110.0-beta.4.tgz#a73879f21549da3a7881a8e61b77adc52ab8b55c"
integrity sha512-DjESZ1k0v6IRM/Dg0ygK3hp2b+iQECwkU675ppPzgOvAa2Kq64ThG1aLxX0WvXs7zSdZjU+RqPqdyPyDuw6Y7A==
"@drift-labs/[email protected].5":
version "2.110.0-beta.5"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.110.0-beta.5.tgz#c4398b1c01f0d8fba545939f08ff555117a69107"
integrity sha512-pKIuhC/W5slKMXdUwbKGdLYJd7GEPhfkVrvY/VkOIbuzQd4o0LG3LLDCy66BmckVJaxu6AMbg+REtI6xhsLaPg==
dependencies:
"@coral-xyz/anchor" "0.29.0"
"@coral-xyz/anchor-30" "npm:@coral-xyz/[email protected]"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@
bn.js "^5.1.2"
buffer-layout "^1.2.0"

"@drift-labs/[email protected].4":
version "2.110.0-beta.4"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.110.0-beta.4.tgz#a73879f21549da3a7881a8e61b77adc52ab8b55c"
integrity sha512-DjESZ1k0v6IRM/Dg0ygK3hp2b+iQECwkU675ppPzgOvAa2Kq64ThG1aLxX0WvXs7zSdZjU+RqPqdyPyDuw6Y7A==
"@drift-labs/[email protected].5":
version "2.110.0-beta.5"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.110.0-beta.5.tgz#c4398b1c01f0d8fba545939f08ff555117a69107"
integrity sha512-pKIuhC/W5slKMXdUwbKGdLYJd7GEPhfkVrvY/VkOIbuzQd4o0LG3LLDCy66BmckVJaxu6AMbg+REtI6xhsLaPg==
dependencies:
"@coral-xyz/anchor" "0.29.0"
"@coral-xyz/anchor-30" "npm:@coral-xyz/[email protected]"
Expand Down

0 comments on commit 4ead537

Please sign in to comment.