bip44-constants 68.0.0 → 72.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 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -623,6 +623,7 @@ module.exports = [
623
623
  [0x8000026b, 'DEI', 'DeimosX'],
624
624
  [0x80000270, 'NOBL', 'Nobility'],
625
625
  [0x80000271, 'EAST', 'Eastcoin'],
626
+ [0x80000274, 'LORE', 'Gitopia'],
626
627
  [0x8000027f, 'BTSG', 'BitSong'],
627
628
  [0x80000280, 'LFC', 'Leofcoin'],
628
629
  [0x80000288, 'ZRB', 'Zarb'],
@@ -639,6 +640,7 @@ module.exports = [
639
640
  [0x800002b0, 'CET', 'CoinEx Chain'],
640
641
  [0x800002ba, 'VEIL', 'Veil'],
641
642
  [0x800002bc, 'XDAI', 'xDai'],
643
+ [0x800002c3, 'MCOIN', 'Moneta Coin'],
642
644
  [0x800002c7, 'CHC', 'Chaincoin'],
643
645
  [0x800002c9, 'XTL', 'Katal Chain'],
644
646
  [0x800002ca, 'BNB', 'Binance'],
@@ -750,7 +752,8 @@ module.exports = [
750
752
  [0x800006c1, 'XTZ', 'Tezos'],
751
753
  [0x800006f0, 'LBTC', 'Liquid BTC'],
752
754
  [0x800006f1, 'BBP', 'Biblepay'],
753
- [0x800006F8, 'JPYS', 'JPY Stablecoin'],
755
+ [0x800006f8, 'JPYS', 'JPY Stablecoin'],
756
+ [0x800006fd, 'VEGA', 'Vega Protocol'],
754
757
  [0x80000717, 'ADA', 'Cardano'],
755
758
  [0x80000743, 'TES', 'Teslacoin'],
756
759
  [0x8000076b, 'XEC', 'eCash token'],
@@ -824,7 +827,7 @@ module.exports = [
824
827
  [0x80002019, 'KLAY', 'KLAY'],
825
828
  [0x80002093, 'BTQ', 'BitcoinQuark'],
826
829
  [0x800020fc, 'XCH', 'Chia'],
827
- [0x80002148, 'XCR', 'ChiaRose'],
830
+ [0x80002148, '---', 'reserved'],
828
831
  [0x800022b8, 'SBTC', 'Super Bitcoin'],
829
832
  [0x80002304, 'NULS', 'NULS'],
830
833
  [0x80002327, 'BTP', 'Bitcoin Pay'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "68.0.0",
3
+ "version": "72.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"