bip44-constants 79.0.0 → 83.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 +10 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -622,6 +622,7 @@ module.exports = [
622
622
  [0x8000026a, 'SSP', 'SmartShare'],
623
623
  [0x8000026b, 'DEI', 'DeimosX'],
624
624
  [0x8000026c, 'AXL', 'Axelar'],
625
+ [0x8000026d, 'ZERO', 'Singularity'],
625
626
  [0x80000270, 'NOBL', 'Nobility'],
626
627
  [0x80000271, 'EAST', 'Eastcoin'],
627
628
  [0x80000274, 'LORE', 'Gitopia'],
@@ -630,6 +631,7 @@ module.exports = [
630
631
  [0x80000283, 'AZERO', 'Aleph Zero'],
631
632
  [0x80000286, 'XLN', 'Lunarium'],
632
633
  [0x80000288, 'ZRB', 'Zarb'],
634
+ [0x8000028a, 'UCO', 'ARCHEthic'],
633
635
  [0x80000294, 'PIRATE', 'PirateCash'],
634
636
  [0x80000297, 'SFRX', 'EtherGem Sapphire'],
635
637
  [0x8000029a, 'ACT', 'Achain'],
@@ -642,6 +644,7 @@ module.exports = [
642
644
  [0x800002ae, 'KAR', 'Karura Network'],
643
645
  [0x800002b0, 'CET', 'CoinEx Chain'],
644
646
  [0x800002ba, 'VEIL', 'Veil'],
647
+ [0x800002bb, 'GIO', 'Gio'],
645
648
  [0x800002bc, 'XDAI', 'xDai'],
646
649
  [0x800002c3, 'MCOIN', 'Moneta Coin'],
647
650
  [0x800002c7, 'CHC', 'Chaincoin'],
@@ -651,6 +654,7 @@ module.exports = [
651
654
  [0x800002cc, 'DLN', 'Delion'],
652
655
  [0x800002d5, 'MCX', 'MultiCash'],
653
656
  [0x800002db, 'BMK', 'Bitmark'],
657
+ [0x800002de, 'DENTX', 'DENTNet'],
654
658
  [0x800002e1, 'ATOP', '[Financial Blockchain]'],
655
659
  [0x800002eb, 'RAD', 'Centrifuge'],
656
660
  [0x800002ee, 'XPRT', 'Persistence'],
@@ -838,6 +842,12 @@ module.exports = [
838
842
  [0x80002304, 'NULS', 'NULS'],
839
843
  [0x80002327, 'BTP', 'Bitcoin Pay'],
840
844
  [0x80002328, 'AVAX', 'Avalanche'],
845
+ [0x80002329, 'ARB', 'Arbitrum'],
846
+ [0x8000232a, 'BOBA', 'Boba'],
847
+ [0x8000232b, 'LOOP', 'Loopring'],
848
+ [0x8000232c, 'STARK', 'Starkware'],
849
+ [0x8000232d, 'AVAXC', 'Avalanche C-Chain'],
850
+ [0x8000232e, 'BSC', 'Binance Smart Chain'],
841
851
  [0x80002645, 'NRG', 'Energi'],
842
852
  [0x800026a0, 'BTF', 'Bitcoin Faith'],
843
853
  [0x8000270f, 'GOD', 'Bitcoin God'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "79.0.0",
3
+ "version": "83.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"