bip44-constants 161.0.0 → 162.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
@@ -928,6 +928,7 @@ module.exports = [
928
928
  [0x800021e8, 'PLMNT', 'Planetmint'],
929
929
  [0x800022b8, 'SBTC', 'Super Bitcoin'],
930
930
  [0x80002304, 'NULS', 'NULS'],
931
+ [0x80002326, 'JGC', 'JagoanCoin'],
931
932
  [0x80002327, 'BTP', 'Bitcoin Pay'],
932
933
  [0x80002328, 'AVAX', 'Avalanche'],
933
934
  [0x80002329, 'ARB1', 'Arbitrum'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "161.0.0",
3
+ "version": "162.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"