bip44-constants 152.0.0 → 155.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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -633,6 +633,7 @@ module.exports = [
633
633
  [0x80000275, 'FNR', 'Fincor'],
634
634
  [0x80000276, 'NEXUS', 'Nexus'],
635
635
  [0x80000277, 'QTZ', 'Quartz'],
636
+ [0x80000278, 'XMA', 'Massa'],
636
637
  [0x80000279, 'CALL', 'Callchain'],
637
638
  [0x8000027b, 'POKT', 'Pocket Network'],
638
639
  [0x8000027c, 'EMIT', 'EMIT'],
@@ -642,6 +643,7 @@ module.exports = [
642
643
  [0x80000281, 'KCS', 'KuCoin Shares'],
643
644
  [0x80000282, 'KCC', 'KuCoin Community Chain'],
644
645
  [0x80000283, 'AZERO', 'Aleph Zero'],
646
+ [0x80000284, 'TREE', 'Tree'],
645
647
  [0x80000285, 'LX', 'Lynx'],
646
648
  [0x80000286, 'XLN', 'Lunarium'],
647
649
  [0x80000288, 'ZRB', 'Zarb'],
@@ -757,6 +759,7 @@ module.exports = [
757
759
  [0x80000394, 'META', 'Metadium'],
758
760
  [0x80000395, 'FRA', 'Findora'],
759
761
  [0x80000397, 'CCD', 'Concordium'],
762
+ [0x80000399, 'AVN', 'Avian Network'],
760
763
  [0x8000039d, 'DIP', 'Dipper Network'],
761
764
  [0x800003a3, 'RUNE', 'THORChain (RUNE)'],
762
765
  [0x800003ad, 'KCN', 'Kylacoin'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "152.0.0",
3
+ "version": "155.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"