Skip to content

Commit b5af7d6

Browse files
committed
Merge branch 'master' into mainnet-beta
2 parents e6ad05b + 16f3e82 commit b5af7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bots/liquidator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@ export class LiquidatorBot implements Bot {
13031303
outputMint: outMarket.mint,
13041304
amount: amountIn.abs(),
13051305
slippageBps: slippageBps,
1306-
maxAccounts: 10,
1306+
maxAccounts: 45,
13071307
excludeDexes: ['Raydium CLMM'],
13081308
});
13091309
} catch (e) {

0 commit comments

Comments
 (0)