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}" + } + ] +}