This commit is contained in:
Sebastian
2024-09-17 10:52:46 +02:00
parent a3a428b0e5
commit ae7045b607
3 changed files with 205 additions and 204 deletions

View File

@@ -211,7 +211,7 @@ max-txs = -1
[beacon-kit.engine]
# HTTP url of the execution client JSON-RPC endpoint.
rpc-dial-url = "http://localhost:8551"
rpc-dial-url = "http://berachain-artio:8551"
# Number of retries before shutting down consensus client.
rpc-retries = "3"
@@ -241,7 +241,7 @@ style = "pretty"
[beacon-kit.kzg]
# Path to the trusted setup path.
trusted-setup-path = "/config/kzg-trusted-setup.json"
trusted-setup-path = "/root/.beacond/config/kzg-trusted-setup.json"
# KZG implementation to use.
# Options are "crate-crypto/go-kzg-4844" or "ethereum/c-kzg-4844".