bip44-constants 67.0.0 → 71.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 +6 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -621,7 +621,9 @@ module.exports = [
621
621
  [0x80000269, 'XOR', 'Sora'],
622
622
  [0x8000026a, 'SSP', 'SmartShare'],
623
623
  [0x8000026b, 'DEI', 'DeimosX'],
624
+ [0x80000270, 'NOBL', 'Nobility'],
624
625
  [0x80000271, 'EAST', 'Eastcoin'],
626
+ [0x80000274, 'LORE', 'Gitopia'],
625
627
  [0x8000027f, 'BTSG', 'BitSong'],
626
628
  [0x80000280, 'LFC', 'Leofcoin'],
627
629
  [0x80000288, 'ZRB', 'Zarb'],
@@ -642,6 +644,7 @@ module.exports = [
642
644
  [0x800002c9, 'XTL', 'Katal Chain'],
643
645
  [0x800002ca, 'BNB', 'Binance'],
644
646
  [0x800002cb, 'SIN', 'Sinovate'],
647
+ [0x800002cc, 'DLN', 'Delion'],
645
648
  [0x800002d5, 'MCX', 'MultiCash'],
646
649
  [0x800002db, 'BMK', 'Bitmark'],
647
650
  [0x800002e1, 'ATOP', '[Financial Blockchain]'],
@@ -748,7 +751,8 @@ module.exports = [
748
751
  [0x800006c1, 'XTZ', 'Tezos'],
749
752
  [0x800006f0, 'LBTC', 'Liquid BTC'],
750
753
  [0x800006f1, 'BBP', 'Biblepay'],
751
- [0x800006F8, 'JPYS', 'JPY Stablecoin'],
754
+ [0x800006f8, 'JPYS', 'JPY Stablecoin'],
755
+ [0x800006fd, 'VEGA', 'Vega Protocol'],
752
756
  [0x80000717, 'ADA', 'Cardano'],
753
757
  [0x80000743, 'TES', 'Teslacoin'],
754
758
  [0x8000076b, 'XEC', 'eCash token'],
@@ -822,7 +826,7 @@ module.exports = [
822
826
  [0x80002019, 'KLAY', 'KLAY'],
823
827
  [0x80002093, 'BTQ', 'BitcoinQuark'],
824
828
  [0x800020fc, 'XCH', 'Chia'],
825
- [0x80002148, 'XCR', 'ChiaRose'],
829
+ [0x80002148, '---', 'reserved'],
826
830
  [0x800022b8, 'SBTC', 'Super Bitcoin'],
827
831
  [0x80002304, 'NULS', 'NULS'],
828
832
  [0x80002327, 'BTP', 'Bitcoin Pay'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "67.0.0",
3
+ "version": "71.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"