@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 +1 -1
- package/lib/driftClient.js +1 -0
- package/package.json +1 -1
- package/src/driftClient.ts +1 -0
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.39.1-beta.
|
|
1
|
+
2.39.1-beta.1
|
package/lib/driftClient.js
CHANGED
|
@@ -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
package/src/driftClient.ts
CHANGED
|
@@ -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);
|