Skip to content

Commit

Permalink
Merge pull request #251 from terra-money/fix/chain-name
Browse files Browse the repository at this point in the history
fix: chain name capitalization
  • Loading branch information
terencelimzhengwei authored Jan 11, 2024
2 parents 1419a0d + ba0ec40 commit 16fa345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chains/mainnet/cheqd.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
prefix: 'cheqd',
coinType: '118',
baseAsset: 'ncheq',
name: 'cheqd',
name: 'Cheqd',
icon: process.env.CF_PAGES_URL + '/img/chains/Cheqd.svg',
channels: {
'phoenix-1': 'channel-34',
Expand Down

0 comments on commit 16fa345

Please sign in to comment.