bip44-constants 151.0.0 → 154.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'],
@@ -909,6 +911,7 @@ module.exports = [
909
911
  [0x80001a7b, 'COTI', 'COTI'],
910
912
  [0x80001b39, 'ROGER', 'TheHolyrogerCoin'],
911
913
  [0x80001bb3, 'TOPL', 'Topl'],
914
+ [0x80001ca3, 'KLY', 'KLYNTAR'],
912
915
  [0x80001cad, 'SHFT', 'Shyft'],
913
916
  [0x80001e61, 'BTV', 'Bitvote'],
914
917
  [0x80001f40, 'SKY', 'Skycoin'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "151.0.0",
3
+ "version": "154.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"