few tweaks

This commit is contained in:
Para Dox
2025-05-10 19:09:56 +07:00
parent 8e2243616b
commit 1ba136a4f8
34 changed files with 39 additions and 1 deletions

View File

@@ -106,6 +106,11 @@ fi
# Execute beacond
#exec $BEACOND start --beacon-kit.kzg.trusted-setup-path /root/.beacond/config/kzg-trusted-setup.json --minimum-gas-prices 0atom "$@"
exec $BEACOND start --beacon-kit.chain-spec ${CHAIN_SPEC:-mainnet} --home /root/.beacond $@
if [ "$CHAIN_SPEC" = "testnet" ]; then
exec $BEACOND start --beacon-kit.chain-spec testnet --home /root/.beacond $@
else
exec $BEACOND start --home /root/.beacond $@
fi
# --beacon-kit.engine.jwt-secret-path $CONFIG_DIR/jwt.hex --beacon-kit.kzg.trusted-setup-path $CONFIG_DIR/kzg-trusted-setup.json --home /root/.beacond
#--minimum-gas-prices 0atom