bip44-constants 128.0.0 → 131.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 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -207,7 +207,7 @@ module.exports = [
207
207
  [0x800000cb, 'CNMC', 'Cryptonodes'],
208
208
  [0x800000cc, 'BCN', 'Bytecoin'],
209
209
  [0x800000cd, 'RIN', 'Ringo'],
210
- [0x800000ce, 'ATP', 'PlatON'],
210
+ [0x800000ce, 'ATP', 'Alaya'],
211
211
  [0x800000cf, 'EVT', 'everiToken'],
212
212
  [0x800000d0, 'ATN', 'ATN'],
213
213
  [0x800000d1, 'BIS', 'Bismuth'],
@@ -487,7 +487,7 @@ module.exports = [
487
487
  [0x800001e3, 'BNT', 'Bluzelle Native'],
488
488
  [0x800001e4, 'AMO', 'AMO Blockchain'],
489
489
  [0x800001e5, 'FCH', 'FreeCash'],
490
- [0x800001e6, 'LAT', 'LatticeX'],
490
+ [0x800001e6, 'LAT', 'PlatON'],
491
491
  [0x800001e7, 'COIN', 'Bitcoin Bank'],
492
492
  [0x800001e8, 'VEO', 'Amoveo'],
493
493
  [0x800001e9, 'CCA', 'Counos Coin'],
@@ -641,6 +641,7 @@ module.exports = [
641
641
  [0x80000281, 'KCS', 'KuCoin Shares'],
642
642
  [0x80000282, 'KCC', 'KuCoin Community Chain'],
643
643
  [0x80000283, 'AZERO', 'Aleph Zero'],
644
+ [0x80000285, 'LX', 'Lynx'],
644
645
  [0x80000286, 'XLN', 'Lunarium'],
645
646
  [0x80000288, 'ZRB', 'Zarb'],
646
647
  [0x8000028a, 'UCO', 'ARCHEthic'],
@@ -764,6 +765,7 @@ module.exports = [
764
765
  [0x800003dc, 'XAZAB', 'Xazab core'],
765
766
  [0x800003dd, 'AIOZ', 'AIOZ'],
766
767
  [0x800003df, 'PEC', 'Phoenix'],
768
+ [0x800003e1, 'XRB', 'X Currency'],
767
769
  [0x800003e4, 'OKT', 'OKChain Token'],
768
770
  [0x800003e5, 'SUM', 'Solidum'],
769
771
  [0x800003e6, 'LBTC', 'Lightning Bitcoin'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "128.0.0",
3
+ "version": "131.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"