From b4427dcfea8ad4e28d0302674032d8ca35d60c7d Mon Sep 17 00:00:00 2001 From: Julian Rubino Date: Fri, 2 Aug 2024 00:50:35 +0900 Subject: [PATCH] Move f5nodes RPC endpoints to Mainnet list F5nodes is NOT in fact running Athens RPCs like our docs say they are. Move f5nodes RPC endpoints from Athens to Mainnet list --- data/networks.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/data/networks.json b/data/networks.json index f12d0c9..45053d9 100644 --- a/data/networks.json +++ b/data/networks.json @@ -499,6 +499,18 @@ { "url": "https://zetachain-jsonrpc.lavenderfive.com:443", "type": "evm" + }, + { + "url": "https://zetachain-rpc.f5nodes.com", + "type": "tendermint-rpc" + }, + { + "url": "https://zetachain-api.f5nodes.com", + "type": "cosmos-http" + }, + { + "url": "https://zetachain-grpc.f5nodes.com", + "type": "cosmos-grpc" } ] }, @@ -610,18 +622,6 @@ { "url": "https://zetachain-testnet-grpc.itrocket.net:14090", "type": "cosmos-grpc" - }, - { - "url": "https://zetachain-rpc.f5nodes.com", - "type": "tendermint-rpc" - }, - { - "url": "https://zetachain-api.f5nodes.com", - "type": "cosmos-http" - }, - { - "url": "https://zetachain-grpc.f5nodes.com", - "type": "cosmos-grpc" } ] }, @@ -737,4 +737,4 @@ } ] } -} \ No newline at end of file +}