Update sol:lamport ratio to base-10 (#6611)

* Update sol:lamport ratio

* Update various SOL quantities in bash scripts
This commit is contained in:
Tyera Eulberg
2019-10-29 20:03:48 -06:00
committed by GitHub
parent b4dc1a7263
commit 4ec95043d7
10 changed files with 13 additions and 15 deletions

View File

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