Jakub Sokołowski 13fa6ea608
get-geth-api-urls: allow specifying multiple fleets
More useful than specifying multiple servicer names.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-01-09 11:10:44 +01:00

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'