bip44-constants 309.0.0 → 310.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
@@ -722,6 +722,7 @@ module.exports = [
722
722
  [0x800002d4, 'XVC', 'Vanillacash'],
723
723
  [0x800002d5, 'MCX', 'MultiCash'],
724
724
  [0x800002d7, 'BLU', 'BluCrates'],
725
+ [0x800002d8, 'BFC', 'BFC'],
725
726
  [0x800002da, 'HEALIOS', 'Tenacity'],
726
727
  [0x800002db, 'BMK', 'Bitmark'],
727
728
  [0x800002de, 'DENTX', 'DENTNet'],
@@ -991,6 +992,7 @@ module.exports = [
991
992
  [0x80000d31, 'ROI', 'ROIcoin'],
992
993
  [0x80000d35, 'DYN', 'Dynamic'],
993
994
  [0x80000d37, 'SEQ', 'Sequence'],
995
+ [0x80000d6a, 'PEPE', 'Pepecoin Core'],
994
996
  [0x80000dad, 'JFIN', 'JFIN Coin'],
995
997
  [0x80000de0, 'DEO', 'Destocoin'],
996
998
  [0x80000dec, 'DST', 'DeStream'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "309.0.0",
3
+ "version": "310.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",