Skip to content

Commit

Permalink
HMC = Hi Mutual Society, HarmonyCoin → HarmonyCoin everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed May 29, 2018
1 parent a8f162f commit 181c26b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion js/coinexchange.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ module.exports = class coinexchange extends Exchange {
'HC': 0.01,
'HEALTHY': 0.01,
'HIGH': 0.01,
'HMC': 0.01,
'HarmonyCoin': 0.01,
'HNC': 0.01,
'HOC': 0.01,
'HODL': 0.01,
Expand Down Expand Up @@ -543,6 +543,7 @@ module.exports = class coinexchange extends Exchange {
'GET': 'GreenEnergyToken',
'GDC': 'GoldenCryptoCoin',
'GTC': 'GlobalTourCoin',
'HMC': 'HarmonyCoin',
'HNC': 'Huncoin',
'MARS': 'MarsBux',
'MER': 'TheMermaidCoin',
Expand Down
2 changes: 1 addition & 1 deletion js/coinmarketcap.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ module.exports = class coinmarketcap extends Exchange {
'GET Protocol': 'GET Protocol',
'Global Tour Coin': 'Global Tour Coin', // conflict with GTC (Game.com)
'GuccioneCoin': 'GuccioneCoin', // conflict with GCC (Global Cryptocurrency)
'Hi Mutual Society': 'Hi Mutual Society', // conflict with HMC (HarmonyCoin)
'HarmonyCoin': 'HarmonyCoin', // conflict with HMC (Hi Mutual Society)
'Huncoin': 'Huncoin', // conflict with HNC (Helleniccoin)
'iCoin': 'iCoin',
'Infinity Economics': 'Infinity Economics', // conflict with XIN (Mixin)
Expand Down
1 change: 0 additions & 1 deletion js/okex.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ module.exports = class okex extends okcoinusd {
},
'commonCurrencies': {
'FAIR': 'FairGame',
'HMC': 'Hi Mutual Society',
'MAG': 'Maggie',
'NANO': 'XRB',
'YOYO': 'YOYOW',
Expand Down

0 comments on commit 181c26b

Please sign in to comment.