fix
This commit is contained in:
@@ -6,8 +6,9 @@ echo "MONIKER: $MONIKER"
|
|||||||
|
|
||||||
CHAINID=${CHAINID:-80069}
|
CHAINID=${CHAINID:-80069}
|
||||||
CHAINNAME=${CHAINNAME:-bepolia}
|
CHAINNAME=${CHAINNAME:-bepolia}
|
||||||
CHAIN_SPEC=testnet
|
CHAIN_SPEC="testnet"
|
||||||
AUTH_RPC=${AUTH_RPC:-http://berachain-bepolia:8551} # just as example
|
AUTH_RPC=${AUTH_RPC:-http://berachain-bepolia:8551} # just as example
|
||||||
|
|
||||||
if [ "$CHAINNAME" == "mainnet" ]; then
|
if [ "$CHAINNAME" == "mainnet" ]; then
|
||||||
CHAIN_SPEC="mainnet"
|
CHAIN_SPEC="mainnet"
|
||||||
fi
|
fi
|
||||||
@@ -78,6 +79,7 @@ echo "$CONFIG_DIR/jwt.hex: $(cat $CONFIG_DIR/jwt.hex)"
|
|||||||
|
|
||||||
# Execute beacond
|
# 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.kzg.trusted-setup-path /root/.beacond/config/kzg-trusted-setup.json --minimum-gas-prices 0atom "$@"
|
||||||
|
env
|
||||||
exec $BEACOND start --home /root/.beacond $@
|
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
|
# --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
|
||||||
|
|||||||
Reference in New Issue
Block a user