mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-05-17 15:10:27 +00:00
Fix tx size too big
This commit is contained in:
@@ -377,7 +377,9 @@ export async function createOrcaSingleSidedWhirlpool(
|
||||
});
|
||||
txBuilder.addInstruction(liquidityIx);
|
||||
|
||||
const txId = await txBuilder.buildAndExecute();
|
||||
const txId = await txBuilder.buildAndExecute({
|
||||
maxSupportedTransactionVersion: "legacy"
|
||||
});
|
||||
|
||||
return txId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user