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

@@ -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