You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our CLI cli_main doesn't suppose to work with other wallets except maker_keypair.json and taker_keypair.json for liquidation protection orders because of hardcode for Solend accounts.
It's necessary to use Pubkey::create_with_seeds for obligation account for current maker and use actual accounts for other assets. Now it's hardcode for USDC asset.
The text was updated successfully, but these errors were encountered:
Our CLI
cli_main
doesn't suppose to work with other wallets exceptmaker_keypair.json
andtaker_keypair.json
for liquidation protection orders because of hardcode for Solend accounts.It's necessary to use
Pubkey::create_with_seeds
for obligation account for current maker and use actual accounts for other assets. Now it's hardcode for USDC asset.The text was updated successfully, but these errors were encountered: