From fbc03651df1c8de1a70f24fdf62db640067e110e Mon Sep 17 00:00:00 2001 From: Go_map <91599351+zreohup@users.noreply.github.com> Date: Sat, 17 Jun 2023 02:38:35 +0800 Subject: [PATCH] Add files via upload Add Hermit Network information --- chains/mainnet/hermit.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 chains/mainnet/hermit.json diff --git a/chains/mainnet/hermit.json b/chains/mainnet/hermit.json new file mode 100644 index 00000000..6e8ae0d9 --- /dev/null +++ b/chains/mainnet/hermit.json @@ -0,0 +1,18 @@ + +{ + "chain_name": "hermit", + "api": ["https://api.hermit.network"], + "rpc": ["https://rpc1.hermit.network","http://rpc.hermit.network:26657","https://rpc2.hermit.network"], + "sdk_version": "0.45.4", + "coin_type": "928", + "min_tx_fee": "800", + "assets": [{ + "base": "ughm", + "symbol": "GHM", + "exponent": "6", + "coingecko_id": "Hermit", + "logo": "/logos/hermit_network.png" + }], + "addr_prefix": "ghm", + "logo": "/logos/hermit_network.png" +} \ No newline at end of file