fix sync types for networks

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-11-24 17:18:21 +01:00
parent 8441dafbbf
commit 57dce5d830
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 3 additions and 3 deletions

View File

@ -5,10 +5,10 @@
swap_file_size_mb: 4096
# Geth node
geth_network_name: 'mainnet'
geth_network_name: 'goerli'
geth_cont_name: 'geth-{{ geth_network_name }}'
geth_extra_alias: '{{ geth_cont_name }}'
geth_sync_mode: 'fast'
geth_sync_mode: 'full'
geth_log_level_name: info
geth_websocket_enabled: true
# Geth auth

View File

@ -8,7 +8,7 @@ swap_file_size_mb: 4096
geth_network_name: 'mainnet'
geth_cont_name: 'geth-{{ geth_network_name }}'
geth_extra_alias: '{{ geth_cont_name }}'
geth_sync_mode: 'full'
geth_sync_mode: 'fast'
geth_log_level_name: info
geth_websocket_enabled: true
# Geth auth