bip44-constants 80.0.0 → 84.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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -631,6 +631,7 @@ module.exports = [
631
631
  [0x80000283, 'AZERO', 'Aleph Zero'],
632
632
  [0x80000286, 'XLN', 'Lunarium'],
633
633
  [0x80000288, 'ZRB', 'Zarb'],
634
+ [0x8000028a, 'UCO', 'ARCHEthic'],
634
635
  [0x80000294, 'PIRATE', 'PirateCash'],
635
636
  [0x80000297, 'SFRX', 'EtherGem Sapphire'],
636
637
  [0x8000029a, 'ACT', 'Achain'],
@@ -643,6 +644,7 @@ module.exports = [
643
644
  [0x800002ae, 'KAR', 'Karura Network'],
644
645
  [0x800002b0, 'CET', 'CoinEx Chain'],
645
646
  [0x800002ba, 'VEIL', 'Veil'],
647
+ [0x800002bb, 'GIO', 'Gio'],
646
648
  [0x800002bc, 'XDAI', 'xDai'],
647
649
  [0x800002c3, 'MCOIN', 'Moneta Coin'],
648
650
  [0x800002c7, 'CHC', 'Chaincoin'],
@@ -652,6 +654,7 @@ module.exports = [
652
654
  [0x800002cc, 'DLN', 'Delion'],
653
655
  [0x800002d5, 'MCX', 'MultiCash'],
654
656
  [0x800002db, 'BMK', 'Bitmark'],
657
+ [0x800002de, 'DENTX', 'DENTNet'],
655
658
  [0x800002e1, 'ATOP', '[Financial Blockchain]'],
656
659
  [0x800002eb, 'RAD', 'Centrifuge'],
657
660
  [0x800002ee, 'XPRT', 'Persistence'],
@@ -763,6 +766,7 @@ module.exports = [
763
766
  [0x800006fd, 'VEGA', 'Vega Protocol'],
764
767
  [0x80000717, 'ADA', 'Cardano'],
765
768
  [0x80000743, 'TES', 'Teslacoin'],
769
+ [0x80000760, 'ZTX', 'Zetrix'],
766
770
  [0x8000076b, 'XEC', 'eCash token'],
767
771
  [0x8000076d, 'CLC', 'Classica'],
768
772
  [0x8000077f, 'VIPS', 'VIPSTARCOIN'],
@@ -843,6 +847,8 @@ module.exports = [
843
847
  [0x8000232a, 'BOBA', 'Boba'],
844
848
  [0x8000232b, 'LOOP', 'Loopring'],
845
849
  [0x8000232c, 'STARK', 'Starkware'],
850
+ [0x8000232d, 'AVAXC', 'Avalanche C-Chain'],
851
+ [0x8000232e, 'BSC', 'Binance Smart Chain'],
846
852
  [0x80002645, 'NRG', 'Energi'],
847
853
  [0x800026a0, 'BTF', 'Bitcoin Faith'],
848
854
  [0x8000270f, 'GOD', 'Bitcoin God'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "80.0.0",
3
+ "version": "84.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"