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

automerge
This commit is contained in:
mergify[bot]
2019-07-09 17:29:43 -07:00
committed by Grimes
parent 508abcf4ed
commit aac74d2357
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"