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.
This commit is contained in:
Go_map 2023-06-17 22:41:50 +08:00 committed by GitHub
parent 751e2f662c
commit 194a2484b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}