upgrade from 1.12.2 to 1.13.0

Adds support for Holesky testnet:
https://github.com/ethereum/go-ethereum/releases/tag/v1.13.0

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-09-12 15:36:55 +02:00
parent c74bba65c0
commit 53de8de6ec
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ geth_account_pass_file: '{{ geth_cont_vol }}/keys/account.pass'
geth_account_addr_file: '{{ geth_cont_vol }}/keys/account.addr'
# Container config
geth_cont_tag: 'v1.12.2'
geth_cont_tag: 'v1.13.0'
geth_cont_image: 'ethereum/client-go:{{ geth_cont_tag }}'
geth_cont_name: '{{ geth_service_name }}-node'
geth_cont_vol: '{{ geth_service_path }}/node'
@ -105,7 +105,7 @@ geth_lov_level_names:
geth_log_level_name: 'info'
geth_log_level_id: '{{ geth_lov_level_names[geth_log_level_name | lower] | mandatory }}'
# Available: mainnet, goerli, rinkeby, ropsten, sepolia
# Available: mainnet, goerli, sepolia, holesky
geth_network_name: 'mainnet'
#geth_network_id: ~