Skip to content

Commit

Permalink
fix: updated bundle fee tip amount
Browse files Browse the repository at this point in the history
  • Loading branch information
k0beLeenders committed Oct 21, 2024
1 parent 5215585 commit 95f12d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/marginfi-client-v2/src/models/account/wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ export function makeBundleTipIx(feePayer: PublicKey): TransactionInstruction {
return SystemProgram.transfer({
fromPubkey: feePayer,
toPubkey: new PublicKey(randomTipAccount),
lamports: 10_000, // 1000 lamports = 0.000001 SOL
lamports: 100_000, // 100_000 lamports = 0.0001 SOL
});
}

Expand Down

0 comments on commit 95f12d7

Please sign in to comment.