wallet: add --url, remove --host/--rpc-host/--rpc-port/-rpc-tls (#4153)
Also by default the wallet now talks to testnet.solana.com instead of localhost
This commit is contained in:
@ -31,6 +31,6 @@ loadConfigFile
|
||||
PATH="$HOME"/.cargo/bin:"$PATH"
|
||||
|
||||
set -x
|
||||
solana-wallet airdrop 42
|
||||
solana-wallet --url http://127.0.0.1:8899 airdrop 42
|
||||
solana-install deploy "$updateDownloadUrl" update_manifest_keypair.json \
|
||||
--url http://localhost:8899
|
||||
--url http://127.0.0.1:8899
|
||||
|
@ -117,7 +117,7 @@ echo "--- RPC API: getTransactionCount"
|
||||
echo "--- $entrypointIp: wallet sanity"
|
||||
(
|
||||
set -x
|
||||
scripts/wallet-sanity.sh --host "$entrypointIp"
|
||||
scripts/wallet-sanity.sh --url http://"$entrypointIp":8899
|
||||
)
|
||||
|
||||
echo "--- $entrypointIp: verify ledger"
|
||||
|
Reference in New Issue
Block a user