infra-nimbus: go-eth upgrade to 1.10.19 for ropsten, kiln and sepolia

* major changes - correct TTD for reopsten by default

Signed-off-by: Artur Marud <artur@status.im>
This commit is contained in:
Artur Marud 2022-06-15 17:02:34 +02:00
parent 9ebf3cba2d
commit e43c8af2b7
No known key found for this signature in database
GPG Key ID: 3A50153F6C80C7F9
3 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,8 @@ geth_network_name: 'ropsten'
geth_sync_mode: 'snap'
geth_log_level_name: info
geth_websocket_enabled: true
geth_extra_flags: ['--override.terminaltotaldifficulty=50000000000000000']
# Container
geth_cont_tag: 'v1.10.19'
# Enable engine API
geth_rcp_api: 'eth,net,web3,personal,admin,engine'
geth_websocket_api: 'eth,net,web3,personal,admin,engine'

View File

@ -5,7 +5,7 @@ geth_network_name: 'kiln'
geth_sync_mode: 'snap'
geth_log_level_name: info
# Container
geth_cont_tag: 'v1.10.18'
geth_cont_tag: 'v1.10.19'
# Geth auth
geth_account_pass: '{{lookup("bitwarden", "nimbus/geth", field="password")}}'
# Memory settings

View File

@ -5,7 +5,7 @@ geth_network_name: 'sepolia'
geth_sync_mode: 'full'
geth_log_level_name: info
# Container
geth_cont_tag: 'v1.10.18'
geth_cont_tag: 'v1.10.19'
# Geth auth
geth_account_pass: '{{lookup("bitwarden", "nimbus/geth", field="password")}}'
# Memory settings