From fd8694c9817925557b204f14d8ce8ef93fbb0d87 Mon Sep 17 00:00:00 2001 From: 0xLeoZ Date: Tue, 26 Sep 2023 16:10:48 +0800 Subject: [PATCH 1/2] add unifra rpc --- data/networks.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/data/networks.json b/data/networks.json index 96aa569..61d98e8 100644 --- a/data/networks.json +++ b/data/networks.json @@ -162,6 +162,22 @@ { "url": "https://rpc.ankr.com/http/zetachain_athens_testnet", "type": "cosmos-http" + }, + { + "url": "https://zetachain-evm-athens-testnet-public.unifra.io", + "type": "evm" + }, + { + "url": " https://zetachain-tendermint-rpc-athens-testnet-public.unifra.io", + "type": "tendermint-rpc" + }, + { + "url": "https://zetachain-tendermint-http-athens-testnet-public.unifra.io", + "type": "tendermint-http" + }, + { + "url": "https://zetachain-cosmos-sdk-http-athens-testnet-public.unifra.io", + "type": "cosmos-http" } ] }, From d5f0343d46f6a378b9c67fbd6b748a9aa1690317 Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Tue, 26 Sep 2023 15:44:12 +0000 Subject: [PATCH 2/2] Update data/networks.json --- data/networks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/networks.json b/data/networks.json index 61d98e8..88e8b92 100644 --- a/data/networks.json +++ b/data/networks.json @@ -168,7 +168,7 @@ "type": "evm" }, { - "url": " https://zetachain-tendermint-rpc-athens-testnet-public.unifra.io", + "url": "https://zetachain-tendermint-rpc-athens-testnet-public.unifra.io", "type": "tendermint-rpc" }, {