bip44-constants 297.0.0 → 298.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 +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1095,6 +1095,7 @@ module.exports = [
1095
1095
  [0x800059d8, 'EPIC', 'Epic Cash'],
1096
1096
  [0x800062a4, 'BELL', 'Bellcoin'],
1097
1097
  [0x80006476, 'CHX', 'Own'],
1098
+ [0x80006731, 'G1', 'Ğ1'],
1098
1099
  [0x80007227, 'NEXA', 'Nexa'],
1099
1100
  [0x80007531, '---', 'reserved'],
1100
1101
  [0x8000797e, 'ESN', 'EtherSocial Network'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "297.0.0",
3
+ "version": "298.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",