@drift-labs/vaults-sdk 0.6.37 → 0.6.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -154,10 +154,10 @@ export const initVault = async (program: Command, cmdOpts: OptionValues) => {
154
154
 
155
155
  if (!swiftUsersAccountExists) {
156
156
  ixs.push(
157
- await driftClient.getInitializeSignedMsgUserOrdersAccountIx(
157
+ (await driftClient.getInitializeSignedMsgUserOrdersAccountIx(
158
158
  vaultAddress,
159
159
  8
160
- )[1]
160
+ ))[1]
161
161
  );
162
162
  }
163
163
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/vaults-sdk",
3
- "version": "0.6.37",
3
+ "version": "0.6.39",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "directories": {
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "@coral-xyz/anchor": "0.29.0",
11
- "@drift-labs/sdk": "2.119.0-beta.6",
11
+ "@drift-labs/sdk": "2.119.0-beta.7",
12
12
  "@metaplex-foundation/js": "0.20.1",
13
13
  "@solana/web3.js": "1.92.3",
14
14
  "commander": "11.1.0",