From f651c0922aa14146a4714aefedf47dd76749a1ed Mon Sep 17 00:00:00 2001 From: Pankaj Garg Date: Wed, 26 Jun 2019 13:32:58 -0700 Subject: [PATCH] Airdrop more token in wallet sanity due to fee (#4830) automerge --- scripts/wallet-sanity.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/wallet-sanity.sh b/scripts/wallet-sanity.sh index 2169349e2c..a13650ee45 100755 --- a/scripts/wallet-sanity.sh +++ b/scripts/wallet-sanity.sh @@ -63,10 +63,10 @@ fi $solana_wallet "${entrypoint[@]}" address check_balance_output "0 lamports" -$solana_wallet "${entrypoint[@]}" airdrop 60 -check_balance_output "60 lamports" -$solana_wallet "${entrypoint[@]}" airdrop 40 -check_balance_output "100 lamports" +$solana_wallet "${entrypoint[@]}" airdrop 600 +check_balance_output "600 lamports" +$solana_wallet "${entrypoint[@]}" airdrop 400 +check_balance_output "1000 lamports" pay_and_confirm $garbage_address 50 check_balance_output "lamports" # <-- exact number of lamports here depends on the current cluster fees