From 194a2484b7dcd573045f640d5808716fef01ba1c Mon Sep 17 00:00:00 2001 From: Go_map <91599351+zreohup@users.noreply.github.com> Date: Sat, 17 Jun 2023 22:41:50 +0800 Subject: [PATCH] Update hermit.json Update the information on hermit.json. The error in filling in the original API link resulted in the hermit network not being able to read the information correctly on the Ping.Pub Dashboard. Please correct it now. For example: https://rpc.hermit.network:1317/cosmos/base/tendermint/v1beta1/node_info Can correctly obtain chain information instead of being blank. --- chains/mainnet/hermit.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/mainnet/hermit.json b/chains/mainnet/hermit.json index 6e8ae0d9..bf0964cb 100644 --- a/chains/mainnet/hermit.json +++ b/chains/mainnet/hermit.json @@ -1,7 +1,7 @@ { "chain_name": "hermit", - "api": ["https://api.hermit.network"], + "api": ["https://rpc.hermit.network:1317"], "rpc": ["https://rpc1.hermit.network","http://rpc.hermit.network:26657","https://rpc2.hermit.network"], "sdk_version": "0.45.4", "coin_type": "928", @@ -15,4 +15,4 @@ }], "addr_prefix": "ghm", "logo": "/logos/hermit_network.png" -} \ No newline at end of file +}