rayonism: use http:// instead of ws:// for web3 url

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-04-30 11:29:31 +02:00
parent 1b54f4e1ca
commit 518726e5f6
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ geth_network_name: 'mainnet'
# Beacon node # Beacon node
beacon_node_network: 'steklo' beacon_node_network: 'steklo'
beacon_node_cont_tag: 'qmerge-large' beacon_node_cont_tag: 'qmerge-large'
beacon_node_web3_urls: [ 'ws://{{ ansible_local.tinc.vpn_ip }}:{{ geth_rpc_port }}' ] beacon_node_web3_urls: [ 'http://{{ ansible_local.tinc.vpn_ip }}:{{ geth_rpc_port }}' ]
# Disabled for genesis to avoid missing first two slots # Disabled for genesis to avoid missing first two slots
beacon_node_doppelganger_detection: false beacon_node_doppelganger_detection: false