Skip to content

Commit

Permalink
Merge pull request #57 from cosmos/band-fix
Browse files Browse the repository at this point in the history
band-fix
  • Loading branch information
sunnya97 committed Nov 12, 2021
2 parents ae89c88 + 350c9e9 commit d2eebe9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions bandchain/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -53,5 +54,12 @@
"provider": "bandprotocol"
}
]
}
}
},
"explorers": [
{
"kind": "cosmoscan",
"url": "https://cosmoscan.io",
"tx_page": "https://cosmoscan.io/tx/{txHash}"
}
]
}

0 comments on commit d2eebe9

Please sign in to comment.