bip44-constants 75.0.0 → 76.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
@@ -870,6 +870,7 @@ module.exports = [
870
870
  [0x8000c0c0, 'STASH', 'STASH'],
871
871
  [0x8000ce10, 'CELO', 'Celo'],
872
872
  [0x80010000, 'KETH', 'Krypton World'],
873
+ [0x80010f2c, 'GRLC', 'Garlicoin'],
873
874
  [0x80011177, 'GWL', 'Gewel'],
874
875
  [0x80012fd1, 'ZYN', 'Wethio'],
875
876
  [0x80015b38, 'RYO', 'c0ban'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "75.0.0",
3
+ "version": "76.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"