fix ws url for goerli

Signed-off-by: Arthur Koziel <arthur@arthurkoziel.com>
This commit is contained in:
Arthur Koziel 2021-04-01 18:28:53 +08:00
parent dd6bcc515d
commit fe3ed92b98
No known key found for this signature in database
GPG Key ID: 55B0204F1259CA3A
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
- name: Discover Goerli Geth WebSocket endpoint
tags: [ infra-role-beacon-node, beacon-node ]
uri:
url: '{{ consul_catalog_url }}/service/geth-goerli-ws'
url: '{{ consul_catalog_url }}/service/nimbus-goerli-node-ws'
register: geth_service
- name: Extract Goerli Geth WebSocket URL

View File

@ -28,7 +28,7 @@
- name: Discover Goerli Geth WebSocket endpoint
tags: [ infra-role-beacon-node, beacon-node ]
uri:
url: '{{ consul_catalog_url }}/service/geth-goerli-ws'
url: '{{ consul_catalog_url }}/service/nimbus-goerli-node-ws'
register: geth_service
- name: Extract Goerli Geth WebSocket URL