bip44-constants 178.0.0 → 180.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -817,6 +817,7 @@ module.exports = [
817
817
  [0x80000402, 'KEX', 'Kira Exchange Token'],
818
818
  [0x80000403, 'MCM', 'Mochimo'],
819
819
  [0x80000408, 'BTCR', 'BTCR'],
820
+ [0x80000412, 'MFID', 'Moonfish ID'],
820
821
  [0x80000457, 'BBC', 'Big Bitcoin'],
821
822
  [0x80000460, 'RISE', 'RISE'],
822
823
  [0x80000462, 'CMT', 'CyberMiles Token'],
@@ -984,7 +985,7 @@ module.exports = [
984
985
  [0x800057e8, 'PWR', 'PWRcoin'],
985
986
  [0x800062a4, 'BELL', 'Bellcoin'],
986
987
  [0x80006476, 'CHX', 'Own'],
987
- [0x80007531, 'FLR', 'Flare'],
988
+ [0x80007531, '---', 'reserved'],
988
989
  [0x8000797e, 'ESN', 'EtherSocial Network'],
989
990
  [0x80007a69, '', 'ThePower'],
990
991
  [0x80008288, 'TEO', 'Trust Eth reOrigin'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "178.0.0",
3
+ "version": "180.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",