bip44-constants 75.0.0 → 79.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 +4 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -627,6 +627,8 @@ module.exports = [
627
627
  [0x80000274, 'LORE', 'Gitopia'],
628
628
  [0x8000027f, 'BTSG', 'BitSong'],
629
629
  [0x80000280, 'LFC', 'Leofcoin'],
630
+ [0x80000283, 'AZERO', 'Aleph Zero'],
631
+ [0x80000286, 'XLN', 'Lunarium'],
630
632
  [0x80000288, 'ZRB', 'Zarb'],
631
633
  [0x80000294, 'PIRATE', 'PirateCash'],
632
634
  [0x80000297, 'SFRX', 'EtherGem Sapphire'],
@@ -658,6 +660,7 @@ module.exports = [
658
660
  [0x80000309, 'BTW', 'Bitcoin World'],
659
661
  [0x80000312, 'UIDD', 'UIDD'],
660
662
  [0x80000313, 'ACA', 'Acala'],
663
+ [0x80000314, 'BNC', 'Bifrost'],
661
664
  [0x80000315, 'TAU', 'Lamden'],
662
665
  [0x80000320, 'BEET', 'Beetle Coin'],
663
666
  [0x80000321, 'DST', 'DSTRA'],
@@ -870,6 +873,7 @@ module.exports = [
870
873
  [0x8000c0c0, 'STASH', 'STASH'],
871
874
  [0x8000ce10, 'CELO', 'Celo'],
872
875
  [0x80010000, 'KETH', 'Krypton World'],
876
+ [0x80010f2c, 'GRLC', 'Garlicoin'],
873
877
  [0x80011177, 'GWL', 'Gewel'],
874
878
  [0x80012fd1, 'ZYN', 'Wethio'],
875
879
  [0x80015b38, 'RYO', 'c0ban'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "75.0.0",
3
+ "version": "79.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"