From fe3ed92b982060b7a0ce1f53d2ae7a48a35068cc Mon Sep 17 00:00:00 2001 From: Arthur Koziel Date: Thu, 1 Apr 2021 18:28:53 +0800 Subject: [PATCH] fix ws url for goerli Signed-off-by: Arthur Koziel --- ansible/prater.yml | 2 +- ansible/pyrmont.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/prater.yml b/ansible/prater.yml index c5a104c..96fd8f9 100644 --- a/ansible/prater.yml +++ b/ansible/prater.yml @@ -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 diff --git a/ansible/pyrmont.yml b/ansible/pyrmont.yml index e3f1cf7..99750cf 100644 --- a/ansible/pyrmont.yml +++ b/ansible/pyrmont.yml @@ -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