fix tests
This commit is contained in:
parent
3162920d8a
commit
8f0e843039
|
@ -84,6 +84,7 @@ async function x(): Promise<void> {
|
|||
userDefinedInstructions: ixs,
|
||||
userDefinedAlts: alts,
|
||||
flashLoanType: { swap: {} },
|
||||
sequenceCheck: false,
|
||||
});
|
||||
console.log('hi');
|
||||
console.log(
|
||||
|
|
|
@ -131,6 +131,7 @@ async function forceCloseTokenBorrows(): Promise<void> {
|
|||
userDefinedInstructions: ixs,
|
||||
userDefinedAlts: alts,
|
||||
flashLoanType: { swap: {} },
|
||||
sequenceCheck: false,
|
||||
});
|
||||
console.log(
|
||||
` - marginTrade, sig https://explorer.solana.com/tx/${sig}?cluster=${
|
||||
|
|
Loading…
Reference in New Issue