bip44-constants 190.0.0 → 191.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 +5 -5
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -509,7 +509,7 @@ module.exports = [
509
509
  [0x800001f9, 'HASH', 'Provenance'],
510
510
  [0x800001fa, 'CSPR', 'Casper'],
511
511
  [0x800001fb, 'EARTH', 'EARTH'],
512
- [0x800001fc, 'ERD', 'Elrond'],
512
+ [0x800001fc, 'EGLD', 'MultiversX'],
513
513
  [0x800001fd, 'CHI', 'Xaya'],
514
514
  [0x800001fe, 'KOTO', 'Koto'],
515
515
  [0x800001ff, 'OTC', 'θ'],
@@ -650,7 +650,7 @@ module.exports = [
650
650
  [0x80000286, 'XLN', 'Lunarium'],
651
651
  [0x80000287, 'CIC', 'CIC Chain'],
652
652
  [0x80000288, 'ZRB', 'Zarb'],
653
- [0x80000289, 'LCN', 'Lyncoin'],
653
+ [0x80000289, '---', 'reserved'],
654
654
  [0x8000028a, 'UCO', 'Archethic'],
655
655
  [0x8000028b, 'SFX', 'Safex Cash'],
656
656
  [0x8000028c, 'SFT', 'Safex Token'],
@@ -778,8 +778,7 @@ module.exports = [
778
778
  [0x8000039d, 'DIP', 'Dipper Network'],
779
779
  [0x800003a0, 'GHM', 'HermitMatrixNetwork'],
780
780
  [0x800003a3, 'RUNE', 'THORChain (RUNE)'],
781
- [0x800003ad, 'KCN', 'Kylacoin'],
782
- [0x800003ae, 'YCN', 'Yilacoin'],
781
+ [0x800003ad, '---', 'reserved'],
783
782
  [0x800003bb, 'LTP', 'LifetionCoin'],
784
783
  [0x800003be, '', 'KickSoccer'],
785
784
  [0x800003c0, 'VKAX', 'Vkax'],
@@ -930,7 +929,7 @@ module.exports = [
930
929
  [0x80001480, 'FIC', 'FIC'],
931
930
  [0x800014e9, 'HNS', 'Handshake'],
932
931
  [0x8000151c, 'ISK', 'ISKRA'],
933
- [0x8000155B, 'ALTME', 'ALTME'],
932
+ [0x8000155b, 'ALTME', 'ALTME'],
934
933
  [0x800015b3, 'FUND', 'Unification'],
935
934
  [0x8000167d, 'STX', 'Stacks'],
936
935
  [0x80001707, 'VOW', 'VowChain VOW'],
@@ -1021,6 +1020,7 @@ module.exports = [
1021
1020
  [0x80030fb1, 'AKA', 'Akroma'],
1022
1021
  [0x80011000, 'GENOM', 'GENOM'],
1023
1022
  [0x8003c301, 'ATS', 'ARTIS sigma1'],
1023
+ [0x8003fc0b, 'ZAMA', 'Zama'],
1024
1024
  [0x8004cb2f, 'PI', 'Pi Network'],
1025
1025
  [0x80051614, 'VALUE', 'Value Chain'],
1026
1026
  [0x80051615, '3333', 'Pi Value Consensus'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "190.0.0",
3
+ "version": "191.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",