This commit is contained in:
Para Dox
2025-06-03 20:23:11 +07:00
parent ce21871e30
commit c8b36cf375

View File

@@ -108,9 +108,9 @@ fi
if [ "$CHAIN_SPEC" = "testnet" ]; then if [ "$CHAIN_SPEC" = "testnet" ]; then
exec $BEACOND start --beacon-kit.chain-spec testnet --home /root/.beacond $@ exec $BEACOND start --beacon-kit.chain-spec testnet --home /root/.beacond --db_dir /root/.beacond_db --beacon-kit.engine.jwt-secret-path /jwtsecret $@
else else
exec $BEACOND start --home /root/.beacond --db_dir /root/.beacond_db $@ exec $BEACOND start --home /root/.beacond --db_dir /root/.beacond_db --beacon-kit.engine.jwt-secret-path /jwtsecret $@
fi 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 # --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 #--minimum-gas-prices 0atom