File tree Expand file tree Collapse file tree
ansible/inventories/devnet-2/host_vars Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 "
33nethermind_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 }}"
You can’t perform that action at this time.
0 commit comments