Skip to content

Commit

Permalink
nethermind no more cfg and add all forks by default
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Nov 5, 2024
1 parent cc867a5 commit 148532e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ansible/inventories/devnet-0/group_vars/all/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ ethereum_genesis_generator_config_files:
export CHAIN_ID="{{ ethereum_genesis_chain_id }}"
export EL_AND_CL_MNEMONIC="{{ ethereum_genesis_mnemonic }}"
export NUMBER_OF_VALIDATORS=200
export GENESIS_FORK_VERSION="0x10{{ ethereum_genesis_fork_version_suffix }}"
export ALTAIR_FORK_VERSION="0x20{{ ethereum_genesis_fork_version_suffix }}"
export BELLATRIX_FORK_VERSION="0x30{{ ethereum_genesis_fork_version_suffix }}"
export CAPELLA_FORK_VERSION="0x40{{ ethereum_genesis_fork_version_suffix }}"
export DENEB_FORK_VERSION="0x50{{ ethereum_genesis_fork_version_suffix }}"
export ELECTRA_FORK_VERSION="0x60{{ ethereum_genesis_fork_version_suffix }}"
export ELECTRA_FORK_EPOCH="999999"
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-0/group_vars/nethermind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ nethermind_container_command_extra_args:
- --Discovery.Bootnodes={{ ethereum_el_bootnodes | join(',') }}
- --Init.IsMining=false
- --Pruning.Mode=None
- --config=none.cfg
- --config=none
- --EthStats.Enabled=true
- --EthStats.Name={{ inventory_hostname }}
- --EthStats.Secret={{ ethstats_secret }}
Expand Down

0 comments on commit 148532e

Please sign in to comment.