Skip to content

Commit

Permalink
Make commitment confirmed
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Oct 18, 2024
1 parent 4fe1a13 commit a37c96f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { PublicKey } from "@solana/web3.js";
import Client, {
CommitmentLevel,
SubscribeRequest,
SubscribeUpdate,
SubscribeUpdateAccount,
Expand Down Expand Up @@ -119,6 +120,7 @@ export const setupYellowstone = async (
blocksMeta: {},
accountsDataSlice: [],
ping: undefined,
commitment: CommitmentLevel.CONFIRMED
};

stream.write(request, (err: any) => {
Expand Down

0 comments on commit a37c96f

Please sign in to comment.