francium-sdk icon indicating copy to clipboard operation
francium-sdk copied to clipboard

Can't deposit on Lending

Open socksrust opened this issue 2 years ago • 0 comments

I''m trying to do a simple deposit as described on doc through SDK. But says account doesn't exist. Should I create an account tx before?

Code:

const { trx, signers } = await fr.getLendingDepositTransaction('USDC', new BN(1000000), publicKey, {});

Screen Shot 2022-04-21 at 11 50 47

socksrust avatar Apr 21 '22 14:04 socksrust