Update default node balance to 500 SOL and default stake to 1 SOL (#7411)

This commit is contained in:
Dan Albert
2019-12-10 17:52:35 -05:00
committed by GitHub
parent 7d6777a96f
commit 12d471e2da
4 changed files with 15 additions and 16 deletions

View File

@ -8,7 +8,7 @@ here=$(dirname "$0")
# shellcheck source=multinode-demo/common.sh
source "$here"/common.sh
stake_lamports=500000000 # default number of lamports to assign as stake (0.5 SOL)
stake_lamports=1000000000 # default number of lamports to assign as stake (1 SOL)
url=http://127.0.0.1:8899 # default RPC url
usage() {