Skip to content

Commit 9943ba9

Browse files
author
henrye
committed
correct max base lots
1 parent 91e00dc commit 9943ba9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/autocratV0.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ describe("autocrat_v0", async function () {
679679
let takeBuyPassArgs: PlaceOrderArgs = {
680680
side: Side.Bid,
681681
priceLots: new BN(145_000), // $14.5 USDC for 0.1 META
682-
maxBaseLots: new BN(1), // Buy 1 meta
682+
maxBaseLots: new BN(10), // Buy 1 meta
683683
maxQuoteLotsIncludingFees: new BN(1_450_000),
684684
clientOrderId: new BN(1),
685685
orderType: OrderType.Market,

0 commit comments

Comments
 (0)