Skip to content

Commit

Permalink
Merge branch 'master' into mainnet-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Jan 13, 2025
2 parents e6ad05b + 16f3e82 commit b5af7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bots/liquidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@ export class LiquidatorBot implements Bot {
outputMint: outMarket.mint,
amount: amountIn.abs(),
slippageBps: slippageBps,
maxAccounts: 10,
maxAccounts: 45,
excludeDexes: ['Raydium CLMM'],
});
} catch (e) {
Expand Down

0 comments on commit b5af7d6

Please sign in to comment.