infra-nimbus/ansible/group_vars/nimbus.prater.yml
Arthur Koziel 662e456d06
add config for prater testnet
Signed-off-by: Arthur Koziel <arthur@arthurkoziel.com>
2021-03-19 16:18:16 +08:00

9 lines
403 B
YAML

---
beacon_node_network: 'prater'
# We are running v2 on all hosts prior to the official release in order
# to reduce the I/O load on all servers. On the large servers where we
# have enough capacity, we're running the `both` mode that checks that
# the new slashing DB logic behaves precisely as the old one.
beacon_node_slashing_db_kind: '{{ (hostname is search("large")) | ternary("both", "v2") }}'