bip44-constants 102.0.0 → 105.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 +3 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -327,7 +327,7 @@ module.exports = [
327
327
  [0x80000143, 'ZER', 'Zero'],
328
328
  [0x80000144, 'EBST', 'eBoost'],
329
329
  [0x80000145, 'SHARD', 'Shard'],
330
- [0x80000146, 'LINDA', 'Linda Coin'],
330
+ [0x80000146, 'MRX', 'Metrix Coin'],
331
331
  [0x80000147, 'CMM', 'Commercium'],
332
332
  [0x80000148, 'BLOCK', 'Blocknet'],
333
333
  [0x80000149, 'AUDAX', 'AUDAX'],
@@ -632,6 +632,7 @@ module.exports = [
632
632
  [0x80000274, 'LORE', 'Gitopia'],
633
633
  [0x80000275, 'FNR', 'Fincor'],
634
634
  [0x80000276, 'NEXUS', 'Nexus'],
635
+ [0x80000279, 'CALL', 'Callchain'],
635
636
  [0x8000027b, 'POKT', 'Pocket Network'],
636
637
  [0x8000027f, 'BTSG', 'BitSong'],
637
638
  [0x80000280, 'LFC', 'Leofcoin'],
@@ -662,6 +663,7 @@ module.exports = [
662
663
  [0x800002ca, 'BNB', 'Binance'],
663
664
  [0x800002cb, 'SIN', 'Sinovate'],
664
665
  [0x800002cc, 'DLN', 'Delion'],
666
+ [0x800002cd, 'BONTE', 'Bontecoin'],
665
667
  [0x800002d5, 'MCX', 'MultiCash'],
666
668
  [0x800002db, 'BMK', 'Bitmark'],
667
669
  [0x800002de, 'DENTX', 'DENTNet'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "102.0.0",
3
+ "version": "105.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"