fix
This commit is contained in:
@@ -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".
|
||||
|
||||
Reference in New Issue
Block a user