14 lines
389 B
YAML
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'
|