mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-12 14:54:17 +00:00
Jakub Sokołowski
65d8302527
Related: https://github.com/status-im/infra-role-beacon-node/commit/92f740e0 Signed-off-by: Jakub Sokołowski <jakub@status.im>
15 lines
396 B
Markdown
15 lines
396 B
Markdown
# Description
|
|
|
|
This role assembles the list of Web3 Eth1 URLs used by Nimbus Beacon nodes to sync with Eth1 chain.
|
|
|
|
# Configuration
|
|
|
|
There is only one important configuration key:
|
|
```yaml
|
|
infura_api_tokens:
|
|
- 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'
|
|
- 'bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb'
|
|
- 'cccccccccccccccccccccccccccccccc'
|
|
```
|
|
And the more we have the less likely that we hit the Infura treshhold.
|