bip44-constants 70.0.0 → 74.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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -640,6 +640,7 @@ module.exports = [
640
640
  [0x800002b0, 'CET', 'CoinEx Chain'],
641
641
  [0x800002ba, 'VEIL', 'Veil'],
642
642
  [0x800002bc, 'XDAI', 'xDai'],
643
+ [0x800002c3, 'MCOIN', 'Moneta Coin'],
643
644
  [0x800002c7, 'CHC', 'Chaincoin'],
644
645
  [0x800002c9, 'XTL', 'Katal Chain'],
645
646
  [0x800002ca, 'BNB', 'Binance'],
@@ -687,6 +688,7 @@ module.exports = [
687
688
  [0x80000355, 'PRCY', 'PRCY Coin'],
688
689
  [0x80000362, 'MOB', 'MobileCoin'],
689
690
  [0x80000364, 'IF', 'Infinitefuture'],
691
+ [0x80000370, 'LUM', 'Lum Network'],
690
692
  [0x80000373, 'ZBC', 'ZooBC'],
691
693
  [0x80000376, 'ADF', 'AD Token'],
692
694
  [0x80000378, 'NEO', 'NEO'],
@@ -720,6 +722,7 @@ module.exports = [
720
722
  [0x800003ef, 'FTM', 'Fantom'],
721
723
  [0x800003f2, 'HT', 'Huobi ECO Chain'],
722
724
  [0x800003f3, 'ELV', 'Eluvio'],
725
+ [0x800003f5, 'BIC', 'Beincrypto'],
723
726
  [0x800003fc, 'EVC', 'Evrice'],
724
727
  [0x800003fe, 'XRD', 'Radix DLT'],
725
728
  [0x800003ff, 'ONE', 'HARMONY-ONE'],
@@ -826,7 +829,7 @@ module.exports = [
826
829
  [0x80002019, 'KLAY', 'KLAY'],
827
830
  [0x80002093, 'BTQ', 'BitcoinQuark'],
828
831
  [0x800020fc, 'XCH', 'Chia'],
829
- [0x80002148, 'XCR', 'ChiaRose'],
832
+ [0x80002148, '---', 'reserved'],
830
833
  [0x800022b8, 'SBTC', 'Super Bitcoin'],
831
834
  [0x80002304, 'NULS', 'NULS'],
832
835
  [0x80002327, 'BTP', 'Bitcoin Pay'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "70.0.0",
3
+ "version": "74.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"