A simple Commit-Boost module to issue delegations for preconfirmations to external gateways.
Check out also the Commit-Boost docs.
- Build the docker image:
docker build -t preconf_boost .
- Update your
cb-config.toml
:
[[modules]]
id = "PRECONF"
type = "commit"
docker_image = "preconf_boost"
# Relay URLs in the format scheme://pubkey@host
relays = ["http://0xaa58208899c6105603b74396734a6263cc7d947f444f396a90f7b7d3e65d102aec7e5e5291b27e08d02c50a050825c2f@172.17.0.1:4040"]
# List of gateway BLS pubkeys
trusted_gateways = ["0xa9e9cff900de07e295a044789fd4bdb6785eb0651ad282f9e76d12afd87e75180bdd64caf2e315b815d7322bd31ab48a"]
# List of beacon node URLs
beacon_nodes = ["https://bn.bootnode.helder-devnets.xyz/"]
# Chain id (Helder)
chain_id = 7014190335
- Start Commit-Boost, more info here.