Skip to content

Commit

Permalink
makerbidasktwapcrank: chunk size 3
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Nov 10, 2023
1 parent 82a2783 commit b86ee57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bots/makerBidAskTwapCrank.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
import { webhookMessage } from '../webhook';
import { ConfirmOptions, Signer } from '@solana/web3.js';

const CRANK_TX_MARKET_CHUNK_SIZE = 4;
const CRANK_TX_MARKET_CHUNK_SIZE = 3;

export async function sendVersionedTransaction(
driftClient: DriftClient,
Expand Down

0 comments on commit b86ee57

Please sign in to comment.