add flashloan placeholder

This commit is contained in:
jordansexton 2021-06-28 17:01:39 -05:00
parent 05571e50da
commit 230582dd5b
1 changed files with 1 additions and 0 deletions

View File

@ -12,4 +12,5 @@ export enum LendingInstruction {
BorrowObligationLiquidity = 10,
RepayObligationLiquidity = 11,
LiquidateObligation = 12,
FlashLoan = 13,
}