add back prioritization fee

This commit is contained in:
tjs 2023-01-04 16:23:55 -05:00
parent d279ddfd05
commit 9f011f2249
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ const initMangoClient = (provider: AnchorProvider): MangoClient => {
return MangoClient.connect(provider, CLUSTER, MANGO_V4_ID[CLUSTER], {
// blockhashCommitment: 'confirmed',
idsSource: 'get-program-accounts',
prioritizationFee: 2,
postSendTxCallback: ({ txid }: { txid: string }) => {
notify({
title: 'Transaction sent',