From 082da1276ff6fc546b4d333a0a38e8fdadf1382d Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Sat, 10 Jun 2023 12:39:07 +0800 Subject: [PATCH] add endpoints --- chains/mainnet/cosmos.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/chains/mainnet/cosmos.json b/chains/mainnet/cosmos.json index ca242fb9..6f0db8c4 100644 --- a/chains/mainnet/cosmos.json +++ b/chains/mainnet/cosmos.json @@ -3,7 +3,12 @@ "registry_name": "cosmoshub", "api": [ "https://api-cosmoshub-ia.cosmosia.notional.ventures", - "https://lcd-cosmoshub.blockapsis.com:443" + "https://lcd-cosmoshub.blockapsis.com:443", + "https://lcd-cosmoshub.whispernode.com:443", + "https://api-cosmoshub.pupmos.network", + "https://cosmos-rest.publicnode.com", + "https://cosmos-rest.staketab.org", + "https://api.cosmos.nodestake.top" ], "rpc": ["https://rpc.cosmos.network:443", "https://cosmos-rpc.icycro.org", "https://rpc.cosmos.dragonstake.io"], "sdk_version": "0.45.1",