bip44-constants 262.0.0 → 263.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 +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1004,6 +1004,7 @@ module.exports = [
1004
1004
  [0x80001d5e, 'MEV', 'MEVerse'],
1005
1005
  [0x80001d98, 'ADIL', 'ADIL Chain'],
1006
1006
  [0x80001e61, 'BTV', 'Bitvote'],
1007
+ [0x80001e63, 'CPV', 'Compverse'],
1007
1008
  [0x80001f40, 'SKY', 'Skycoin'],
1008
1009
  [0x80001f90, '', 'DSRV'],
1009
1010
  [0x80001ff5, 'BOC', 'BeOne Chain'],
@@ -1070,6 +1071,7 @@ module.exports = [
1070
1071
  [0x80009999, 'AMA', 'Amabig'],
1071
1072
  [0x8000a455, 'FACT', 'FACT0RN'],
1072
1073
  [0x8000a814, 'AXIV', 'AXIV'],
1074
+ [0x8000babb, 'BAX', 'BAX'],
1073
1075
  [0x8000c06e, 'EVE', 'evan'],
1074
1076
  [0x8000c0c0, 'STASH', 'STASH'],
1075
1077
  [0x8000ce10, 'CELO', 'Celo'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "262.0.0",
3
+ "version": "263.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",