bip44-constants 108.0.0 → 109.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
@@ -856,6 +856,7 @@ module.exports = [
856
856
  [0x8000138e, 'SBC', 'Senior Block Coin'],
857
857
  [0x80001480, 'FIC', 'FIC'],
858
858
  [0x800014e9, 'HNS', 'Handshake'],
859
+ [0x8000151c, 'ISK', 'ISKRA'],
859
860
  [0x800015b3, 'FUND', 'Unification'],
860
861
  [0x8000167d, 'STX', 'Blockstack'],
861
862
  [0x80001707, 'VOW', 'VowChain VOW'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "108.0.0",
3
+ "version": "109.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"