From 350c9e966288ed76e0825debe530cd9edfb94452 Mon Sep 17 00:00:00 2001 From: Sunny Aggarwal Date: Fri, 12 Nov 2021 18:37:00 +0000 Subject: [PATCH] Update chain.json --- bandchain/chain.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/bandchain/chain.json b/bandchain/chain.json index dd47e3112..906cc8a2b 100644 --- a/bandchain/chain.json +++ b/bandchain/chain.json @@ -8,6 +8,7 @@ "daemon_name": "bandd", "node_home": "$HOME/.band", "bech32_prefix": "band", + "slip44": 494, "genesis": { "genesis_url": "https://raw.githubusercontent.com/bandprotocol/launch/master/laozi-mainnet/genesis.json" }, @@ -53,5 +54,12 @@ "provider": "bandprotocol" } ] - } -} \ No newline at end of file + }, + "explorers": [ + { + "kind": "cosmoscan", + "url": "https://cosmoscan.io", + "tx_page": "https://cosmoscan.io/tx/{txHash}" + } + ] +}