From 006db006d49fd7513c47a98edf894ab9b98bec96 Mon Sep 17 00:00:00 2001 From: RedWest <71982739+redwest88@users.noreply.github.com> Date: Tue, 14 Nov 2023 17:55:02 +0100 Subject: [PATCH] added F5 Nodes API/RPC --- data/networks.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/data/networks.json b/data/networks.json index 619b8fd..9dc1b6e 100644 --- a/data/networks.json +++ b/data/networks.json @@ -307,6 +307,18 @@ { "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": "zetachain-grpc.f5nodes.com", + "type": "cosmos-grpc" } ] }, @@ -414,4 +426,4 @@ } ] } -} \ No newline at end of file +}