This commit is contained in:
goldsquid
2025-09-05 16:15:57 +07:00
parent 3f5366ee26
commit 6a6365b1cd

View File

@@ -15,6 +15,9 @@ NAT_STRING="${IP}:${P2P_PORT:-55696}"
env env
apk add curl jq
if [ $? -ne 0 ]; then exit 1; fi
if seid init ${MONIKER} --chain-id ${CHAIN_SPEC:-pacific} --home $HOME_DIR/; then if seid init ${MONIKER} --chain-id ${CHAIN_SPEC:-pacific} --home $HOME_DIR/; then
# somehow it's better to make home static to /root # somehow it's better to make home static to /root