mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-11 14:24:18 +00:00
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:
parent
9ebf3cba2d
commit
e43c8af2b7
@ -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'
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user