use full sync for goerli network

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-06-28 15:21:31 -04:00
parent 12c619da19
commit 4b70c11e88
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ geth_network_name: '{{ faucet_network }}'
geth_rpc_port: '{{ faucet_geth_cont_rpc_port }}'
geth_cont_name: '{{ faucet_geth_cont_name }}'
geth_extra_alias: '{{ faucet_geth_cont_alias }}'
geth_sync_mode: light
geth_sync_mode: '{{ (stage == "goerli") | ternary("full", "light") }}'
geth_log_level_name: info
geth_account_pass: '{{lookup("passwordstore", "services/faucet/account-pass")}}'