From 9319d43f9cb2b8cdade42c4cc93a3caa7e701403 Mon Sep 17 00:00:00 2001 From: NodesHub <149433919+NodesHub@users.noreply.github.com> Date: Sun, 4 Feb 2024 13:52:21 +0530 Subject: [PATCH] Add Nodeshub Mainnet Endpoints.json (#36) --- data/networks.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/networks.json b/data/networks.json index 568e7c6..0109efb 100644 --- a/data/networks.json +++ b/data/networks.json @@ -241,6 +241,14 @@ "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"