From fcd7b58ff8705fc04d75f2e6a33f96a11136e6b5 Mon Sep 17 00:00:00 2001 From: Para Dox Date: Tue, 3 Jun 2025 20:31:50 +0700 Subject: [PATCH] fix --- berachain/scripts/init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/berachain/scripts/init.sh b/berachain/scripts/init.sh index ac75cea6..95e9f612 100644 --- a/berachain/scripts/init.sh +++ b/berachain/scripts/init.sh @@ -108,9 +108,9 @@ fi if [ "$CHAIN_SPEC" = "testnet" ]; then - exec $BEACOND start --beacon-kit.chain-spec testnet --home /root/.beacond --db_dir /root/.beacond/data --beacon-kit.engine.jwt-secret-path /root/.beacond/config/.jwt --beacon-kit.kzg.trusted-setup-path /root/.beacond/config/kzg-trusted-setup.json $@ + exec $BEACOND start --beacon-kit.chain-spec testnet --home /root/.beacond --db_dir /root/.beacond/data --beacon-kit.engine.jwt-secret-path /root/.beacond/config/jwt.hex --beacon-kit.kzg.trusted-setup-path /root/.beacond/config/kzg-trusted-setup.json $@ else - exec $BEACOND start --home /root/.beacond --db_dir /root/.beacond/data --beacon-kit.engine.jwt-secret-path /root/.beacond/config/.jwt --beacon-kit.kzg.trusted-setup-path /root/.beacond/config/kzg-trusted-setup.json $@ + exec $BEACOND start --home /root/.beacond --db_dir /root/.beacond/data --beacon-kit.engine.jwt-secret-path /root/.beacond/config/jwt.hex --beacon-kit.kzg.trusted-setup-path /root/.beacond/config/kzg-trusted-setup.json $@ 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