Fund solana-install deployments from the mint keypair to avoid airdrops (#4997)

This commit is contained in:
Michael Vines
2019-07-09 16:45:28 -07:00
committed by GitHub
parent 0a949677f0
commit 32b55e6703
3 changed files with 23 additions and 10 deletions

View File

@ -34,4 +34,6 @@ loadConfigFile
PATH="$HOME"/.cargo/bin:"$PATH"
set -x
scripts/solana-install-deploy.sh localhost "$releaseChannel" "$updatePlatform"
scripts/solana-install-deploy.sh \
--keypair config-local/mint-keypair.json \
localhost "$releaseChannel" "$updatePlatform"