Skip to content

Commit

Permalink
updated the start sequence to not use zetacored but cosmovisor all ar…
Browse files Browse the repository at this point in the history
…ound...
  • Loading branch information
gzukel committed Apr 24, 2024
1 parent 29d1d6d commit a3945da
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions contrib/docker-scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -237,20 +237,14 @@ function move_zetacored_binaries {

function start_network {
if [ "${IS_LOCAL_DEVELOPMENT}" == "true" ]; then
${DAEMON_NAME} version
${DAEMON_NAME} start --home ${DAEMON_HOME} \
--log_level info \
--moniker ${MONIKER} \
--rpc.laddr tcp://0.0.0.0:26657 \
--minimum-gas-prices 1.0azeta "--grpc.enable=true"
else
${VISOR_NAME} version
${VISOR_NAME} run start --home ${DAEMON_HOME} \
--log_level info \
--moniker ${MONIKER} \
--rpc.laddr tcp://0.0.0.0:26657 \
--minimum-gas-prices 1.0azeta "--grpc.enable=true"
cp /usr/local/bin/zetacored ${DAEMON_HOME}/cosmovisor/genesis/bin/zetacored
fi
${VISOR_NAME} version
${VISOR_NAME} run start --home ${DAEMON_HOME} \
--log_level info \
--moniker ${MONIKER} \
--rpc.laddr tcp://0.0.0.0:26657
--minimum-gas-prices 1.0azeta "--grpc.enable=true"
}

logt "Load Default Values for ENV Vars if not set."
Expand Down

0 comments on commit a3945da

Please sign in to comment.