nimbus.mainnet: fix web3 url conditional

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-09-27 19:27:52 +02:00
parent 2ff11c1b7a
commit e966bb1a59
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ beacon_node_web3_jwt_secret: '{{ geth_authrpc_jwtsecret }}'
beacon_node_web3_urls: |-
{{ (data_center == "he-eu-hel1")
| ternary(
['http://localhost:{{ geth_authrpc_port }}'],
["http://localhost:"+(geth_authrpc_port|string)],
beacon_node_web3_urls_all
) }}
# Periodic resync to save space