bip44-constants 312.0.0 → 314.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 +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -990,6 +990,7 @@ module.exports = [
990
990
  [0x80000c05, 'COS', 'Contentos'],
991
991
  [0x80000ccc, 'CCC', 'CodeChain'],
992
992
  [0x80000d05, 'SXP', 'Solar'],
993
+ [0x80000d0a, 'PEAQ', 'peaq'],
993
994
  [0x80000d31, 'ROI', 'ROIcoin'],
994
995
  [0x80000d35, 'DYN', 'Dynamic'],
995
996
  [0x80000d37, 'SEQ', 'Sequence'],
@@ -999,6 +1000,7 @@ module.exports = [
999
1000
  [0x80000dec, 'DST', 'DeStream'],
1000
1001
  [0x80000e11, 'CY', 'Cybits'],
1001
1002
  [0x80000ead, 'MPC', 'Partisia Blockchain'],
1003
+ [0x80000f00, 'RED', 'ReDeFi RED'],
1002
1004
  [0x80000fc8, 'FC8', 'FCH Network'],
1003
1005
  [0x80001000, 'YEE', 'YeeCo'],
1004
1006
  [0x8000107a, 'IOTA', 'IOTA'],
@@ -1048,6 +1050,7 @@ module.exports = [
1048
1050
  [0x800020fc, 'XCH', 'Chia'],
1049
1051
  [0x80002148, '---', 'reserved'],
1050
1052
  [0x800021e8, 'PLMNT', 'Planetmint'],
1053
+ [0x8000221c, 'BLN', 'Bullions'],
1051
1054
  [0x800022a2, 'GGX', 'Golden Gate'],
1052
1055
  [0x800022b6, 'GGXT', 'Golden Gate Sydney'],
1053
1056
  [0x800022b8, 'SBTC', 'Super Bitcoin'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "312.0.0",
3
+ "version": "314.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",