From 1bb1e88cf10e44113d9d7d17f56681669a83fca9 Mon Sep 17 00:00:00 2001 From: NodesHub <149433919+NodesHub@users.noreply.github.com> Date: Mon, 22 Apr 2024 19:35:56 +0530 Subject: [PATCH] Change Nodeshub RPC Endpoints (#48) --- data/networks.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/data/networks.json b/data/networks.json index 2e40e1d..89f6618 100644 --- a/data/networks.json +++ b/data/networks.json @@ -291,6 +291,14 @@ "url": "wss://zetachain-mainnet-archive.allthatnode.com:8546", "type": "evm-ws" }, + { + "url": "https://zetachain.api.nodeshub.online:443", + "type": "cosmos-http" + }, + { + "url": "https://zetachain.rpc.nodeshub.online:443", + "type": "tendermint-rpc" + }, { "url": "https://zetachain-mainnet-archive.allthatnode.com:1317", "type": "cosmos-http" @@ -564,4 +572,4 @@ } ] } -} \ No newline at end of file +}