Update sol:lamport ratio to base-10 (#6611)
* Update sol:lamport ratio * Update various SOL quantities in bash scripts
This commit is contained in:
@ -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() {
|
||||
|
@ -35,7 +35,7 @@ EOF
|
||||
|
||||
args=()
|
||||
airdrops_enabled=1
|
||||
node_lamports=8589934592000 # 500 SOL: number of lamports to airdrop the node for transaction fees (ignored if airdrops_enabled=0)
|
||||
node_lamports=500000000000 # 500 SOL: number of lamports to airdrop the node for transaction fees (ignored if airdrops_enabled=0)
|
||||
poll_for_new_genesis_block=0
|
||||
label=
|
||||
identity_keypair_path=
|
||||
|
Reference in New Issue
Block a user