This commit is contained in:
Para Dox
2025-06-03 20:28:28 +07:00
parent c8b36cf375
commit 429881f3ba

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 --db_dir /root/.beacond_db --beacon-kit.engine.jwt-secret-path /jwtsecret $@ exec $BEACOND start --beacon-kit.chain-spec testnet --home /root/.beacond --db_dir /root/.beacond/data --beacon-kit.engine.jwt-secret-path /jwtsecret --beacon-kit.kzg.trusted-setup-path /root/.beacond/config/kzg-trusted-setup.json $@
else else
exec $BEACOND start --home /root/.beacond --db_dir /root/.beacond_db --beacon-kit.engine.jwt-secret-path /jwtsecret $@ exec $BEACOND start --home /root/.beacond --db_dir /root/.beacond/data --beacon-kit.engine.jwt-secret-path /jwtsecret --beacon-kit.kzg.trusted-setup-path /root/.beacond/config/kzg-trusted-setup.json $@
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