bip44-constants 79.0.0 → 80.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 -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'],
@@ -838,6 +839,10 @@ module.exports = [
838
839
  [0x80002304, 'NULS', 'NULS'],
839
840
  [0x80002327, 'BTP', 'Bitcoin Pay'],
840
841
  [0x80002328, 'AVAX', 'Avalanche'],
842
+ [0x80002329, 'ARB', 'Arbitrum'],
843
+ [0x8000232a, 'BOBA', 'Boba'],
844
+ [0x8000232b, 'LOOP', 'Loopring'],
845
+ [0x8000232c, 'STARK', 'Starkware'],
841
846
  [0x80002645, 'NRG', 'Energi'],
842
847
  [0x800026a0, 'BTF', 'Bitcoin Faith'],
843
848
  [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": "80.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"