From 8f62df644f0a6174d04468d9fb68e68e04b0d665 Mon Sep 17 00:00:00 2001 From: squidbear <379651+czarly@users.noreply.github.com> Date: Sat, 29 Mar 2025 06:16:43 +0100 Subject: [PATCH] fix --- berachain/scripts/init.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/berachain/scripts/init.sh b/berachain/scripts/init.sh index 540e8df4..878e19e0 100644 --- a/berachain/scripts/init.sh +++ b/berachain/scripts/init.sh @@ -6,8 +6,9 @@ echo "MONIKER: $MONIKER" CHAINID=${CHAINID:-80069} CHAINNAME=${CHAINNAME:-bepolia} -CHAIN_SPEC=testnet +CHAIN_SPEC="testnet" AUTH_RPC=${AUTH_RPC:-http://berachain-bepolia:8551} # just as example + if [ "$CHAINNAME" == "mainnet" ]; then CHAIN_SPEC="mainnet" fi @@ -78,6 +79,7 @@ echo "$CONFIG_DIR/jwt.hex: $(cat $CONFIG_DIR/jwt.hex)" # Execute beacond #exec $BEACOND start --beacon-kit.kzg.trusted-setup-path /root/.beacond/config/kzg-trusted-setup.json --minimum-gas-prices 0atom "$@" +env exec $BEACOND start --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