fix: don't use hardcoded bundlesize (#1448)
* feat: jito script * Go * Go * Checkpoint * Checkpoint * Rename * Make tip account random * Go * Jito pusher * Go * lint * Lint * Bump * bugfix
This commit is contained in:
parent
443f1455c4
commit
7673097c37
|
@ -178,7 +178,7 @@ export class SolanaPricePusherJito implements IPricePusher {
|
|||
i += this.jitoBundleSize
|
||||
) {
|
||||
await sendTransactionsJito(
|
||||
transactions.slice(i, i + 2),
|
||||
transactions.slice(i, i + this.jitoBundleSize),
|
||||
this.searcherClient,
|
||||
this.pythSolanaReceiver.wallet
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue