@drift-labs/jit-proxy 0.12.88 → 0.12.90

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.
@@ -113,6 +113,7 @@ class BaseJitter {
113
113
  quoteAssetAmountFilled: sdk_1.ZERO,
114
114
  quoteAssetAmount: sdk_1.ZERO,
115
115
  userOrderId: 0,
116
+ postedSlotTail: 0,
116
117
  };
117
118
  swiftOrder.price = (0, sdk_1.getAuctionPrice)(swiftOrder, (_c = this.slotSubscriber) === null || _c === void 0 ? void 0 : _c.getSlot(), this.driftClient.getOracleDataForPerpMarket(swiftOrder.marketIndex)
118
119
  .price);
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@drift-labs/jit-proxy",
3
- "version": "0.12.88",
3
+ "version": "0.12.90",
4
4
  "scripts": {
5
5
  "clean": "rm -rf lib",
6
6
  "build": "yarn clean && tsc"
7
7
  },
8
8
  "dependencies": {
9
9
  "@coral-xyz/anchor": "0.26.0",
10
- "@drift-labs/sdk": "2.109.0-beta.6",
10
+ "@drift-labs/sdk": "2.109.0-beta.8",
11
11
  "@solana/web3.js": "1.91.7",
12
12
  "tweetnacl-util": "^0.15.1"
13
13
  },
@@ -246,6 +246,7 @@ export abstract class BaseJitter {
246
246
  quoteAssetAmountFilled: ZERO,
247
247
  quoteAssetAmount: ZERO,
248
248
  userOrderId: 0,
249
+ postedSlotTail: 0,
249
250
  };
250
251
  swiftOrder.price = getAuctionPrice(
251
252
  swiftOrder,