Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2022-08-04 09:25:42 +02:00
parent e81da8f570
commit 5d961f144d
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ async function main() {
console.log(`...created/found mangoAccount ${mangoAccount.publicKey}`);
console.log(mangoAccount.toString(group));
if (false) {
if (true) {
console.log(`...depositing 10 USDC`);
await client.tokenDeposit(group, mangoAccount, 'USDC', 10, user);
await mangoAccount.reload(client, group);