mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-09 13:25:53 +00:00
Jakub Sokołowski
0c1169cee3
We want to test the support for normal HTTP API endpoints. Signed-off-by: Jakub Sokołowski <jakub@status.im>
18 lines
516 B
Markdown
18 lines
516 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_consul_name: 'my-geth-node-rpc'
|
|
infura_api_tokens:
|
|
- 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'
|
|
- 'bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb'
|
|
- 'cccccccccccccccccccccccccccccccc'
|
|
```
|
|
And the more we have the less likely that we hit the Infura treshhold.
|
|
|
|
The Geth node Consul service is expected to have an `url` in metadata.
|