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
|
2021-12-02 12:10:06 +00:00
|
|
|
geth_node_api_consul_name: 'my-geth-node-rpc'
|
2021-04-19 18:21:42 +00:00
|
|
|
infura_api_tokens:
|
|
|
|
- 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'
|
|
|
|
- 'bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb'
|
|
|
|
- 'cccccccccccccccccccccccccccccccc'
|
|
|
|
```
|
|
|
|
And the more we have the less likely that we hit the Infura treshhold.
|
2021-12-02 12:10:06 +00:00
|
|
|
|
|
|
|
The Geth node Consul service is expected to have an `url` in metadata.
|