bip44-constants 179.0.0 → 181.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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -804,6 +804,7 @@ module.exports = [
804
804
  [0x800003ea, 'BKT', 'BanKitt'],
805
805
  [0x800003eb, 'NODL', 'Nodle'],
806
806
  [0x800003ec, 'PCOIN', 'PCOIN'],
807
+ [0x800003ed, 'TAO', 'Bittensor'],
807
808
  [0x800003ef, 'FTM', 'Fantom'],
808
809
  [0x800003f0, 'RPG', 'RPG'],
809
810
  [0x800003f2, 'HT', 'Huobi ECO Chain'],
@@ -817,6 +818,7 @@ module.exports = [
817
818
  [0x80000402, 'KEX', 'Kira Exchange Token'],
818
819
  [0x80000403, 'MCM', 'Mochimo'],
819
820
  [0x80000408, 'BTCR', 'BTCR'],
821
+ [0x80000412, 'MFID', 'Moonfish ID'],
820
822
  [0x80000457, 'BBC', 'Big Bitcoin'],
821
823
  [0x80000460, 'RISE', 'RISE'],
822
824
  [0x80000462, 'CMT', 'CyberMiles Token'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "179.0.0",
3
+ "version": "181.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",