From fc716c6da4bf814a3e9d1de3dd3e9e04851ab965 Mon Sep 17 00:00:00 2001 From: microwavedcola1 Date: Mon, 20 Jun 2022 13:28:18 +0200 Subject: [PATCH] Fix script Signed-off-by: microwavedcola1 --- ts/client/src/scripts/example1-user.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/client/src/scripts/example1-user.ts b/ts/client/src/scripts/example1-user.ts index e6f9dc117..c565c39b0 100644 --- a/ts/client/src/scripts/example1-user.ts +++ b/ts/client/src/scripts/example1-user.ts @@ -60,8 +60,8 @@ async function main() { if (true) { // deposit and withdraw - console.log(`Depositing...5 USDC`); - await client.tokenDeposit(group, mangoAccount, 'USDC', 5); + console.log(`Depositing...50 USDC`); + await client.tokenDeposit(group, mangoAccount, 'USDC', 50); await mangoAccount.reload(client); console.log(`Depositing...0.0005 BTC`);