mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-13 07:14:07 +00:00
Jakub Sokołowski
513fb2bb88
Mainnet merge has happened, so no need for the exception. Signed-off-by: Jakub Sokołowski <jakub@status.im>
13 lines
354 B
Markdown
13 lines
354 B
Markdown
# Description
|
|
|
|
This role assembles the list of Web3 Eth1 URLs used by Nimbus Beacon nodes to sync with Eth1 chain.
|
|
|
|
# Configuration
|
|
|
|
There are only two important configuration keys:
|
|
```yaml
|
|
geth_node_api_fleet_name: 'nimbus.geth'
|
|
geth_node_api_consul_names: ['my-geth-node-rpc']
|
|
```
|
|
The Geth node Consul service is expected to have an `url` in metadata.
|