fix tests

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2022-04-08 20:51:22 +02:00
parent 02c2befa67
commit 84d2ec6e34
1 changed files with 2 additions and 2 deletions

View File

@ -43,10 +43,10 @@ async function main() {
// deposit and withdraw
console.log(`Depositing...5000000`);
await client.deposit(group, mangoAccount, 'USDC', 5000000);
await client.deposit(group, mangoAccount, 'USDC', 50_000000);
await client.deposit(group, mangoAccount, 'BTC', 5000000);
console.log(`Withdrawing...1000000`);
await client.withdraw(group, mangoAccount, 'USDC', 1000000, false);
await client.withdraw(group, mangoAccount, 'USDC', 1_000000, false);
// serum3
console.log(