Commit f2f0cda 1 parent ed2ff5b commit f2f0cda Copy full SHA for f2f0cda
File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -1642,9 +1642,11 @@ struct DepositOrWithdrawResult {
1642
1642
address_lookup_table : Option < Pubkey > ,
1643
1643
}
1644
1644
1645
+ /*
1645
1646
//////////////////////////////////////////////////////////////////////////////
1646
- ///[ MarginFi Stuff ] ////////////////////////////////////////////////////////
1647
+ /// [ MarginFi Stuff ] ////////////////////////////////////////////////////////
1647
1648
//////////////////////////////////////////////////////////////////////////////
1649
+ */
1648
1650
1649
1651
const MFI_LEND_PROGRAM : Pubkey = pubkey ! [ "MFv2hWf31Z9kbCa1snEPYctwafyhdvnV7FZnsebVacA" ] ;
1650
1652
const MARGINFI_GROUP : Pubkey = pubkey ! [ "4qp6Fx6tnZkY5Wropq9wUYgtFxXKwE6viZxFHg3rdAG8" ] ;
@@ -1978,9 +1980,11 @@ async fn mfi_deposit_or_withdraw(
1978
1980
} )
1979
1981
}
1980
1982
1983
+ /*
1981
1984
//////////////////////////////////////////////////////////////////////////////
1982
1985
///[ Kamino Stuff ] //////////////////////////////////////////////////////////
1983
1986
//////////////////////////////////////////////////////////////////////////////
1987
+ */
1984
1988
1985
1989
const KAMINO_LEND_PROGRAM : Pubkey = pubkey ! [ "KLend2g3cP87fffoy8q1mQqGKjrxjC8boSyAYavgmjD" ] ;
1986
1990
const FARMS_PROGRAM : Pubkey = pubkey ! [ "FarmsPZpWu9i7Kky8tPN37rs2TpmMrAZrC7S7vJa91Hr" ] ;
@@ -2481,9 +2485,11 @@ fn kamino_deposit_or_withdraw(
2481
2485
} )
2482
2486
}
2483
2487
2488
+ /*
2484
2489
//////////////////////////////////////////////////////////////////////////////
2485
2490
///[ Solend Stuff ] //////////////////////////////////////////////////////////
2486
2491
//////////////////////////////////////////////////////////////////////////////
2492
+ */
2487
2493
2488
2494
const SOLEND_JLP_EXTRA_ORACLE : Pubkey = pubkey ! [ "BjUgj6YCnFBZ49wF54ddBVA9qu8TeqkFtkbqmZcee8uW" ] ;
2489
2495
You can’t perform that action at this time.
0 commit comments