@drift-labs/sdk 2.39.1-beta.0 → 2.39.1-beta.1

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.
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.39.1-beta.0
1
+ 2.39.1-beta.1
@@ -2158,6 +2158,7 @@ class DriftClient {
2158
2158
  const remainingAccounts = this.getRemainingAccounts({
2159
2159
  userAccounts,
2160
2160
  writableSpotMarketIndexes: [outMarketIndex, inMarketIndex],
2161
+ readableSpotMarketIndexes: [numericConstants_1.QUOTE_SPOT_MARKET_INDEX],
2161
2162
  });
2162
2163
  const outSpotMarket = this.getSpotMarketAccount(outMarketIndex);
2163
2164
  const inSpotMarket = this.getSpotMarketAccount(inMarketIndex);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.39.1-beta.0",
3
+ "version": "2.39.1-beta.1",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",
@@ -3789,6 +3789,7 @@ export class DriftClient {
3789
3789
  const remainingAccounts = this.getRemainingAccounts({
3790
3790
  userAccounts,
3791
3791
  writableSpotMarketIndexes: [outMarketIndex, inMarketIndex],
3792
+ readableSpotMarketIndexes: [QUOTE_SPOT_MARKET_INDEX],
3792
3793
  });
3793
3794
 
3794
3795
  const outSpotMarket = this.getSpotMarketAccount(outMarketIndex);