From 9d5adf681a4d99e9c47bb4809ced3f8d23acfdd2 Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Mon, 15 Apr 2024 20:57:19 +0400 Subject: [PATCH] fix: remove unavailable RPCs (#46) --- data/networks.json | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/data/networks.json b/data/networks.json index 7d9c0bc..a04221e 100644 --- a/data/networks.json +++ b/data/networks.json @@ -56,10 +56,6 @@ { "url": "wss://polygon-testnet.public.blastapi.io", "type": "evm-ws" - }, - { - "url": "https://rpc.ankr.com/polygon_mumbai", - "type": "evm" } ] }, @@ -299,14 +295,6 @@ "url": "https://zetachain-mainnet-archive.allthatnode.com:1317", "type": "cosmos-http" }, - { - "url": "https://zeta.rpc.nodeshub.online:443/", - "type": "tendermint-rpc" - }, - { - "url": "https://zeta.api.nodeshub.online:443/", - "type": "cosmos-http" - }, { "url": "https://zetachain-mainnet-archive.allthatnode.com:26657", "type": "tendermint-http" @@ -461,22 +449,6 @@ { "url": "https://zetachain-grpc.f5nodes.com", "type": "cosmos-grpc" - }, - { - "url": "https://testnet-zetachain-rpc.lavenderfive.com:443", - "type": "tendermint-rpc" - }, - { - "url": "https://testnet-zetachain-api.lavenderfive.com:443", - "type": "cosmos-http" - }, - { - "url": "https://zetachain-grpc.lavenderfive.com:443", - "type": "cosmos-grpc" - }, - { - "url": "https://testnet-zetachain-jsonrpc.lavenderfive.com:443", - "type": "evm" } ] },