use full sync for goerli network
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
12c619da19
commit
4b70c11e88
|
@ -11,7 +11,7 @@ geth_network_name: '{{ faucet_network }}'
|
||||||
geth_rpc_port: '{{ faucet_geth_cont_rpc_port }}'
|
geth_rpc_port: '{{ faucet_geth_cont_rpc_port }}'
|
||||||
geth_cont_name: '{{ faucet_geth_cont_name }}'
|
geth_cont_name: '{{ faucet_geth_cont_name }}'
|
||||||
geth_extra_alias: '{{ faucet_geth_cont_alias }}'
|
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_log_level_name: info
|
||||||
|
|
||||||
geth_account_pass: '{{lookup("passwordstore", "services/faucet/account-pass")}}'
|
geth_account_pass: '{{lookup("passwordstore", "services/faucet/account-pass")}}'
|
||||||
|
|
Loading…
Reference in New Issue