2021-04-19 18:21:42 +00:00
|
|
|
# Description
|
|
|
|
|
|
|
|
This role assembles the list of Web3 Eth1 URLs used by Nimbus Beacon nodes to sync with Eth1 chain.
|
|
|
|
|
|
|
|
# Configuration
|
|
|
|
|
2021-12-02 12:10:06 +00:00
|
|
|
There are only two important configuration keys:
|
2021-04-19 18:21:42 +00:00
|
|
|
```yaml
|
2022-09-15 12:30:30 +00:00
|
|
|
geth_node_api_fleet_name: 'nimbus.geth'
|
|
|
|
geth_node_api_consul_names: ['my-geth-node-rpc']
|
2021-04-19 18:21:42 +00:00
|
|
|
```
|
2021-12-02 12:10:06 +00:00
|
|
|
The Geth node Consul service is expected to have an `url` in metadata.
|