Skip to content

Commit 95fadb7

Browse files
committed
feat: update erigon and nethermind nodes
1 parent 52ea9bb commit 95fadb7

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

ansible/inventories/devnet-1/group_vars/erigon.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ erigon_container_env:
1414
VIRTUAL_HOST: "{{ ethereum_node_rcp_hostname }}"
1515
VIRTUAL_PORT: "{{ ethereum_node_el_ports_http_rpc | string }}"
1616
LETSENCRYPT_HOST: "{{ ethereum_node_rcp_hostname }}"
17+
SNAPS_GIT_BRANCH: perfnet2_shadow_fork_main
1718
erigon_container_command_extra_args:
1819
- --http.api=eth,erigon,engine,web3,net,debug,trace,txpool,admin
1920
- --http.vhosts=*
@@ -22,10 +23,14 @@ erigon_container_command_extra_args:
2223
- --networkid={{ ethereum_network_id }}
2324
- --bootnodes={{ ethereum_el_bootnodes | join(',') }}
2425
- --externalcl
25-
- --no-downloader
26+
# - --no-downloader
2627
- --miner.gaslimit=100000000
2728
- --txpool.globalqueue=10000
2829
- --txpool.globalslots=10000
30+
- --torrent.downloader.rate=1gb
31+
- --shadowfork
32+
- --p2p.protocol=68
33+
- --maxpeers=200
2934
erigon_init_custom_network: true
3035
erigon_init_custom_network_genesis_file: "{{ eth_testnet_config_dir }}/genesis.json"
3136

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

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)