From be3b25bd8615e53fd417fa36019e3c60cfba273f Mon Sep 17 00:00:00 2001 From: james <86951780+reversesigh@users.noreply.github.com> Date: Tue, 5 Mar 2024 01:52:24 -0500 Subject: [PATCH] Add Lavender.Five APIs to networks.json (#42) --- data/networks.json | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/data/networks.json b/data/networks.json index bbfd360..ac35eeb 100644 --- a/data/networks.json +++ b/data/networks.json @@ -322,6 +322,22 @@ { "url": "wss://zetachain-mainnet.public.blastapi.io", "type": "evm-ws" + }, + { + "url": "https://zetachain-rpc.lavenderfive.com:443", + "type": "tendermint-rpc" + }, + { + "url": "https://zetachain-api.lavenderfive.com:443", + "type": "cosmos-http" + }, + { + "url": "https://zetachain-grpc.lavenderfive.com:443", + "type": "cosmos-grpc" + }, + { + "url": "https://zetachain-jsonrpc.lavenderfive.com:443", + "type": "evm" } ] }, @@ -445,6 +461,22 @@ { "url": "https://zetachain-grpc.f5nodes.com", "type": "cosmos-grpc" + }, + { + "url": "https://testnet-zetachain-rpc.lavenderfive.com:443", + "type": "tendermint-rpc" + }, + { + "url": "https://testnet-zetachain-api.lavenderfive.com:443", + "type": "cosmos-http" + }, + { + "url": "https://zetachain-grpc.lavenderfive.com:443", + "type": "cosmos-grpc" + }, + { + "url": "https://testnet-zetachain-jsonrpc.lavenderfive.com:443", + "type": "evm" } ] }, @@ -568,4 +600,4 @@ } ] } -} \ No newline at end of file +}