Skip to content

Commit

Permalink
refactor: update setup node and validator script
Browse files Browse the repository at this point in the history
  • Loading branch information
fiamma-builder committed Nov 13, 2024
1 parent 0de4295 commit 58021cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/setup_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ fi
NODE_HOME=$HOME/.fiamma
CHAIN_BINARY=fiammad
: ${CHAIN_ID:="fiamma-testnet-1"}
: ${MINIMUM_GAS_PRICES="0ufia"}
: ${MINIMUM_GAS_PRICES="0.002ufia"}

: ${PEER_ADDR="18.182.20.173, 35.73.202.182"}
: ${PEER_ADDR="18.182.20.173"}

PEER_ARRAY=(${PEER_ADDR//,/ })

Expand Down
2 changes: 1 addition & 1 deletion scripts/setup_validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ NODE_HOME=$HOME/.fiamma
CHAIN_BINARY=fiammad
: ${CHAIN_ID:="fiamma-testnet-1"}

: ${PEER_ADDR="18.182.20.173, 35.73.202.182"}
: ${PEER_ADDR="18.182.20.173"}

VALIDATOR_KEY=$($CHAIN_BINARY tendermint show-validator)
MONIKER=$($CHAIN_BINARY config get config moniker)
Expand Down

0 comments on commit 58021cc

Please sign in to comment.