fix
This commit is contained in:
@@ -53,6 +53,7 @@ services:
|
||||
- "./berachain/bepolia/script/init.sh:/init.sh"
|
||||
- "./berachain/bepolia/config:/root/.beacond/config"
|
||||
entrypoint: [ "sh", "-c", "apk add --no-cache curl && sh /init.sh" ]
|
||||
command: init ${MONIKER} --chain-id bepolia-beacon-80069 --consensus-key-algo bls12_381 --home /root/.beacond/
|
||||
|
||||
berachain-bepolia-node:
|
||||
image: icculp/berachain_beacon:v1.1.1
|
||||
@@ -64,7 +65,6 @@ services:
|
||||
- "9692:9692"
|
||||
- "9692:9692/udp"
|
||||
command: start --minimum-gas-prices 0atom --beacon-kit.engine.jwt-secret-path /jwtsecret --beacon-kit.kzg.trusted-setup-path /root/.beacond/config/kzg-trusted-setup.json
|
||||
#command: init cometing --chain-id bepolia-beacon-80069 --consensus-key-algo bls12_381 --home /root/.beacond/
|
||||
networks:
|
||||
- chains
|
||||
volumes:
|
||||
|
||||
@@ -29,5 +29,5 @@ fi
|
||||
|
||||
sed -i "s|^rpc-dial-url = \".*\"|rpc-dial-url = \"http://berachain-bepolia:8551\"|" "$CONFIG_DIR/app.toml";
|
||||
|
||||
exec beacond "$@"
|
||||
|
||||
echo "Configuration updated successfully."
|
||||
|
||||
Reference in New Issue
Block a user