bip44-constants 117.0.0 → 118.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 +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -638,6 +638,8 @@ module.exports = [
638
638
  [0x8000027c, 'EMIT', 'EMIT'],
639
639
  [0x8000027f, 'BTSG', 'BitSong'],
640
640
  [0x80000280, 'LFC', 'Leofcoin'],
641
+ [0x80000281, 'KCS', 'KuCoin Shares'],
642
+ [0x80000282, 'KCC', 'KuCoin Community Chain'],
641
643
  [0x80000283, 'AZERO', 'Aleph Zero'],
642
644
  [0x80000286, 'XLN', 'Lunarium'],
643
645
  [0x80000288, 'ZRB', 'Zarb'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "117.0.0",
3
+ "version": "118.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"