You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iam a node Operator. we are planning to setup the Validator node. studied the Validator setup doc and i found In heimdall-config.toml, change the following:
"eth_rpc_url — an RPC endpoint for a fully synced Ethereum mainnet node" this line.
Could you please clarify the purpose of using the eth_rpc_url? Additionally, if the eth_rpc_url goes down, will this affect the validator node? If so, what kind of issues should we expect?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi @AmardeepSambaru , eth_rpc_url is used to fetch data from the L1 chain and to submit checkpoint txs to L1. This is essential for the working of a validator node. If the eth_rpc_url goes down, the validator will not be able to vote on some of the key transactions like checkpoints, stake update, etc where L1 contracts are the source of truth.
Hi Good morning,
Iam a node Operator. we are planning to setup the Validator node. studied the Validator setup doc and i found In heimdall-config.toml, change the following:
"eth_rpc_url — an RPC endpoint for a fully synced Ethereum mainnet node" this line.
Could you please clarify the purpose of using the eth_rpc_url? Additionally, if the eth_rpc_url goes down, will this affect the validator node? If so, what kind of issues should we expect?
Thanks.
The text was updated successfully, but these errors were encountered: