Skip to content

Commit 83179b1

Browse files
committed
bump sdk and add postedSlotTail to baseJitter Order for swift
1 parent baea140 commit 83179b1

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

ts/sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@coral-xyz/anchor": "0.26.0",
10-
"@drift-labs/sdk": "2.109.0-beta.7",
10+
"@drift-labs/sdk": "2.109.0-beta.8",
1111
"@solana/web3.js": "1.91.7",
1212
"tweetnacl-util": "^0.15.1"
1313
},

ts/sdk/src/jitter/baseJitter.ts

+1
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ export abstract class BaseJitter {
246246
quoteAssetAmountFilled: ZERO,
247247
quoteAssetAmount: ZERO,
248248
userOrderId: 0,
249+
postedSlotTail: 0,
249250
};
250251
swiftOrder.price = getAuctionPrice(
251252
swiftOrder,

ts/sdk/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@
128128
bn.js "^5.1.2"
129129
buffer-layout "^1.2.0"
130130

131-
"@drift-labs/[email protected].7":
132-
version "2.109.0-beta.7"
133-
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.109.0-beta.7.tgz#bbbb52764a283a734e1fabc096506729f504a139"
134-
integrity sha512-5UwOw5tRFLn6LJdf5dsPBGt1CdWptMknBT1SeKnlL5S9D4M3OFLCZnIPqj11FcB7+CnJ6iyOHsuVPFDX9HftsA==
131+
"@drift-labs/[email protected].8":
132+
version "2.109.0-beta.8"
133+
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.109.0-beta.8.tgz#58d0e2b5aa7216d63e25f9932ee6b5098804b0f7"
134+
integrity sha512-s2mbL6DTofdi/llMnNfzK7rYBV6Z5rqkH28h4eQlIvCSd0W3zu1ZL144f1AC6N80RHBGi/9n3HS+aK88iOwptA==
135135
dependencies:
136136
"@coral-xyz/anchor" "0.29.0"
137137
"@coral-xyz/anchor-30" "npm:@coral-xyz/[email protected]"

0 commit comments

Comments
 (0)