-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
Compilation issue
When trying to compile runLiquidatorJupApi.ts
under /apps/alpha-liquidator/src/runLiquidatorJupApi.ts
there is a compilation error on L14
const client = await MarginfiClient.fetch(config, wallet, connection, { spamSendTx: true, skipPreflightInSpam: true });
It seems that there are no fields spamSendTx
or skipPreflightInSpam
under MarginfiClientOptions
. At least for version "4.0.0".
Metadata
Metadata
Assignees
Labels
No labels