Jakub Sokołowski 513fb2bb88
get-geth-api-urls: drop Infura URLs entirely
Mainnet merge has happened, so no need for the exception.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-09-15 14:30:30 +02:00

14 lines
389 B
YAML

---
eth2_to_eth1_map:
prater: 'goerli'
mainnet: 'mainnet'
ropsten: 'ropsten'
eth2_network_name: '{{ beacon_node_network | mandatory }}'
eth1_network_name: '{{ eth2_to_eth1_map[eth2_network_name] | mandatory }}'
geth_node_api_fleet_name: 'nimbus.geth'
geth_node_api_consul_names:
- 'geth-{{ eth1_network_name | mandatory }}'
consul_catalog_url: 'http://localhost:8500/v1/catalog'