mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-02 00:46:20 +00:00
Jakub Sokołowski
13fa6ea608
More useful than specifying multiple servicer names. Signed-off-by: Jakub Sokołowski <jakub@status.im>
13 lines
387 B
YAML
13 lines
387 B
YAML
---
|
|
eth2_to_eth1_map:
|
|
prater: 'goerli'
|
|
mainnet: 'mainnet'
|
|
sepolia: 'sepolia'
|
|
|
|
eth2_network_name: '{{ beacon_node_network | mandatory }}'
|
|
eth1_network_name: '{{ eth2_to_eth1_map[eth2_network_name] | mandatory }}'
|
|
geth_node_api_consul_name: 'geth-{{ eth1_network_name | mandatory }}'
|
|
geth_node_api_fleet_names: ['nimbus.geth']
|
|
|
|
consul_catalog_url: 'http://localhost:8500/v1/catalog'
|