From cf1f10e324c3fb52e26bc4b1d124d97ec40534dc Mon Sep 17 00:00:00 2001 From: Dexter Edwards Date: Wed, 26 Apr 2023 08:09:50 +0100 Subject: [PATCH] chore(static): remove unusable mainnet data nodes (#3003) --- apps/static/src/assets/mainnet-network.json | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/apps/static/src/assets/mainnet-network.json b/apps/static/src/assets/mainnet-network.json index edc8eb86b..a804553f4 100644 --- a/apps/static/src/assets/mainnet-network.json +++ b/apps/static/src/assets/mainnet-network.json @@ -1,17 +1,3 @@ { - "hosts": [ - "https://vega-data-graphql.chorus.one/query", - "https://vega.xprv.io/datanode/query", - "http://nala.mainnet.vega.community:3008/query", - "http://commodum.mainnet.vega.community:3008/query", - "http://lovali.mainnet.vega.community:3008/query", - "http://b-harvest.mainnet.vega.community:3008/query", - "http://staking-facilities.mainnet.vega.community:3008/query", - "http://figment.mainnet.vega.community:3008/query", - "http://nodes-guru.mainnet.vega.community:3008/query", - "http://p2p.mainnet.vega.community:3008/query", - "http://rockaway.mainnet.vega.community:3008/query", - "http://greenfield-one.mainnet.vega.community:3008/query", - "http://ryabina.mainnet.vega.community:3008/query" - ] + "hosts": ["https://vega.xprv.io/datanode/query"] }