bip44-constants 65.0.0 → 69.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 +7 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -615,11 +615,13 @@ module.exports = [
615
615
  [0x80000263, '', 'Manta Network Private Asset'],
616
616
  [0x80000264, '', 'Calamari Network Private Asset'],
617
617
  [0x80000265, 'WCN', 'Widecoin'],
618
+ [0x80000266, 'OPT', 'Optimistic Ethereum'],
618
619
  [0x80000267, 'PSWAP', 'PolkaSwap'],
619
620
  [0x80000268, 'VAL', 'Validator'],
620
621
  [0x80000269, 'XOR', 'Sora'],
621
622
  [0x8000026a, 'SSP', 'SmartShare'],
622
623
  [0x8000026b, 'DEI', 'DeimosX'],
624
+ [0x80000270, 'NOBL', 'Nobility'],
623
625
  [0x80000271, 'EAST', 'Eastcoin'],
624
626
  [0x8000027f, 'BTSG', 'BitSong'],
625
627
  [0x80000280, 'LFC', 'Leofcoin'],
@@ -641,6 +643,7 @@ module.exports = [
641
643
  [0x800002c9, 'XTL', 'Katal Chain'],
642
644
  [0x800002ca, 'BNB', 'Binance'],
643
645
  [0x800002cb, 'SIN', 'Sinovate'],
646
+ [0x800002cc, 'DLN', 'Delion'],
644
647
  [0x800002d5, 'MCX', 'MultiCash'],
645
648
  [0x800002db, 'BMK', 'Bitmark'],
646
649
  [0x800002e1, 'ATOP', '[Financial Blockchain]'],
@@ -715,6 +718,7 @@ module.exports = [
715
718
  [0x800003eb, 'NODL', 'Nodle'],
716
719
  [0x800003ef, 'FTM', 'Fantom'],
717
720
  [0x800003f2, 'HT', 'Huobi ECO Chain'],
721
+ [0x800003f3, 'ELV', 'Eluvio'],
718
722
  [0x800003fc, 'EVC', 'Evrice'],
719
723
  [0x800003fe, 'XRD', 'Radix DLT'],
720
724
  [0x800003ff, 'ONE', 'HARMONY-ONE'],
@@ -746,7 +750,8 @@ module.exports = [
746
750
  [0x800006c1, 'XTZ', 'Tezos'],
747
751
  [0x800006f0, 'LBTC', 'Liquid BTC'],
748
752
  [0x800006f1, 'BBP', 'Biblepay'],
749
- [0x800006F8, 'JPYS', 'JPY Stablecoin'],
753
+ [0x800006f8, 'JPYS', 'JPY Stablecoin'],
754
+ [0x800006fd, 'VEGA', 'Vega Protocol'],
750
755
  [0x80000717, 'ADA', 'Cardano'],
751
756
  [0x80000743, 'TES', 'Teslacoin'],
752
757
  [0x8000076b, 'XEC', 'eCash token'],
@@ -808,6 +813,7 @@ module.exports = [
808
813
  [0x80001707, 'VOW', 'VowChain VOW'],
809
814
  [0x80001720, 'SLU', 'SILUBIUM'],
810
815
  [0x800017ac, 'GO', 'GoChain GO'],
816
+ [0x8000181e, 'MOI', 'My Own Internet'],
811
817
  [0x80001a0a, 'BPA', 'Bitcoin Pizza'],
812
818
  [0x80001a20, 'SAFE', 'SAFE'],
813
819
  [0x80001b39, 'ROGER', 'TheHolyrogerCoin'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "65.0.0",
3
+ "version": "69.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"