Initialize non-bootstrap ndoes with faucet address
This commit is contained in:
committed by
Tyera Eulberg
parent
51b748408c
commit
053120e04c
@ -360,6 +360,8 @@ EOF
|
|||||||
|
|
||||||
if [[ $airdropsEnabled != true ]]; then
|
if [[ $airdropsEnabled != true ]]; then
|
||||||
args+=(--no-airdrop)
|
args+=(--no-airdrop)
|
||||||
|
else
|
||||||
|
args+=(--rpc-faucet-address "$entrypointIp:9900")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -r "$SOLANA_CONFIG_DIR"/bank-hash ]]; then
|
if [[ -r "$SOLANA_CONFIG_DIR"/bank-hash ]]; then
|
||||||
|
Reference in New Issue
Block a user