Skip to content

Commit a1637ec

Browse files
committed
update nethermind container image
1 parent 31e930a commit a1637ec

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

ansible/inventories/devnet-2/host_vars/lighthouse-nethermind-1.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ethereum_node_cl_beacon_endpoint: "https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@bn.bootnode-1.{{ network_subdomain }}"
2-
nethermind_container_image: "nethermindeth/nethermind:performancediag"
2+
nethermind_container_image: "nethermindeth/nethermind:simpleflat"
33
nethermind_container_command_extra_args:
44
- --Init.ChainSpecPath=/network-config/chainspec.json
55
- --config=mainnet.cfg
@@ -21,5 +21,8 @@ nethermind_container_command_extra_args:
2121
- --Sync.PivotNumber=23447683
2222
- --Sync.PivotTotalDifficulty=58750003716598352816469
2323
- --Init.NetworkId={{ shadowfork_network_id }}
24+
# Flat DB flags
25+
- --FlatDb.Enabled=true
26+
- --FlatDb.ImportFromPruningTrieState=true
2427

2528
# ethereum_node_cl_beacon_endpoint: "https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@bn.bootnode-1.{{ network_subdomain }}"

0 commit comments

Comments
 (0)