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 +}