Create new wallet on each run of wallet-sanity
This commit is contained in:
committed by
Michael Vines
parent
8d92232949
commit
36b18e4fb5
@ -33,6 +33,7 @@ pay_and_confirm() {
|
|||||||
$solana_wallet "${entrypoint[@]}" confirm "$signature"
|
$solana_wallet "${entrypoint[@]}" confirm "$signature"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$solana_keygen
|
||||||
$solana_wallet "${entrypoint[@]}" address
|
$solana_wallet "${entrypoint[@]}" address
|
||||||
check_balance_output "No account found" "Your balance is: 0"
|
check_balance_output "No account found" "Your balance is: 0"
|
||||||
$solana_wallet "${entrypoint[@]}" airdrop 60
|
$solana_wallet "${entrypoint[@]}" airdrop 60
|
||||||
|
Reference in New Issue
Block a user