From c304999e61f0f6cb8ac6d4bfc11e9db207035239 Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux Date: Thu, 9 Mar 2023 18:06:48 +0100 Subject: [PATCH] update endpoint list duniter-rpc duniter-indexer --- config/gdev_endpoints.json | 5 ++++- config/indexer_endpoints.json | 4 +--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config/gdev_endpoints.json b/config/gdev_endpoints.json index d4a6234..ca19994 100644 --- a/config/gdev_endpoints.json +++ b/config/gdev_endpoints.json @@ -1,4 +1,7 @@ [ "wss://gdev.p2p.legal/ws", - "wss://gdev.trentesaux.fr/ws" + "wss://gdev.coinduf.eu/ws", + "wss://vit.fdn.org/ws", + "wss://gdev.cgeek.fr/ws", + "wss://gdev.pini.fr/ws" ] diff --git a/config/indexer_endpoints.json b/config/indexer_endpoints.json index 1463ed0..d283564 100644 --- a/config/indexer_endpoints.json +++ b/config/indexer_endpoints.json @@ -1,6 +1,4 @@ [ "https://gdev-indexer.p2p.legal", - "https://idx.gdev.cgeek.fr", - "https://duniter-indexer.coinduf.eu", - "http://192.168.1.72:8080" + "https://hasura.gdev.coinduf.eu" ]