@@ -62,7 +62,7 @@ pub enum LendingInstruction {
62
62
/// This will be used as the reserve liquidity oracle account.
63
63
/// 8. `[]` Switchboard price feed account. used as a backup oracle
64
64
/// 9. `[writable]` Reserve collateral SPL Token mint - uninitialized.
65
- /// 10`[writable]` Reserve collateral token supply - uninitialized.
65
+ /// 10 `[writable]` Reserve collateral token supply - uninitialized.
66
66
/// 11 `[]` Lending market account.
67
67
/// 12 `[]` Derived lending market authority.
68
68
/// 13 `[signer]` Lending market owner.
@@ -85,9 +85,9 @@ pub enum LendingInstruction {
85
85
/// 0. `[writable]` Reserve account.
86
86
/// 1. `[]` Pyth Reserve liquidity oracle account.
87
87
/// Must be the Pyth price account specified at InitReserve.
88
- /// 1 . `[]` Switchboard Reserve liquidity oracle account.
88
+ /// 2 . `[]` Switchboard Reserve liquidity oracle account.
89
89
/// Must be the Switchboard price feed account specified at InitReserve.
90
- /// 2 . `[]` Clock sysvar.
90
+ /// 3 . `[]` Clock sysvar.
91
91
RefreshReserve ,
92
92
93
93
// 4
@@ -105,8 +105,8 @@ pub enum LendingInstruction {
105
105
/// 5. `[]` Lending market account.
106
106
/// 6. `[]` Derived lending market authority.
107
107
/// 7. `[signer]` User transfer authority ($authority).
108
- /// 8 `[]` Clock sysvar.
109
- /// 9 `[]` Token program id.
108
+ /// 8. `[]` Clock sysvar.
109
+ /// 9. `[]` Token program id.
110
110
DepositReserveLiquidity {
111
111
/// Amount of liquidity to deposit in exchange for collateral tokens
112
112
liquidity_amount : u64 ,
@@ -329,11 +329,11 @@ pub enum LendingInstruction {
329
329
/// 7. `[writable]` Destination deposit reserve collateral supply SPL Token account.
330
330
/// 8. `[writable]` Obligation account.
331
331
/// 9. `[signer]` Obligation owner.
332
- /// 10. `[]` Pyth price oracle account.
333
- /// 11. `[]` Switchboard price feed oracle account.
334
- /// 12. `[signer]` User transfer authority ($authority).
335
- /// 13. `[]` Clock sysvar.
336
- /// 14. `[]` Token program id.
332
+ /// 10 `[]` Pyth price oracle account.
333
+ /// 11 `[]` Switchboard price feed oracle account.
334
+ /// 12 `[signer]` User transfer authority ($authority).
335
+ /// 13 `[]` Clock sysvar.
336
+ /// 14 `[]` Token program id.
337
337
DepositReserveLiquidityAndObligationCollateral {
338
338
/// Amount of liquidity to deposit in exchange
339
339
liquidity_amount : u64 ,
0 commit comments