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

@ -1,11 +1,7 @@
#!/usr/bin/env bash
#
# Convenience script to easily deploy a software update to a testnet
#
# Prerequisites:
# 1) The default keypair should have some lamports (eg, `solana-wallet airdrop 123`)
# 2) The file update_manifest_keypair.json should exist if this script is not
# run from the CI environment
# Creates update_manifest_keypair.json based on the current platform and
# environment
#
set -e