Skip to content

Commit

Permalink
change blockhash interval
Browse files Browse the repository at this point in the history
  • Loading branch information
NourAlharithi committed Dec 27, 2023
1 parent 6362642 commit 5867775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ const runBot = async () => {
configHasBot(config, 'spotFiller');
txSender = new FastSingleTxSender({
connection: sendTxConnection,
blockhashRefreshInterval: 1000,
blockhashRefreshInterval: 500,
wallet,
opts,
skipConfirmation,
Expand Down

0 comments on commit 5867775

Please sign in to comment.