bip44-constants 146.0.0 → 149.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 +3 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -672,7 +672,7 @@ module.exports = [
672
672
  [0x800002b2, 'KLV', 'KleverChain'],
673
673
  [0x800002b6, 'VTBC', 'VTB Community'],
674
674
  [0x800002ba, 'VEIL', 'Veil'],
675
- [0x800002bb, 'GIO', 'Gio'],
675
+ [0x800002bb, 'GTB', 'GotaBit'],
676
676
  [0x800002bc, 'XDAI', 'xDai'],
677
677
  [0x800002bd, 'COM', 'Commercio.network'],
678
678
  [0x800002be, 'CCC', 'Commercio.network'],
@@ -859,7 +859,9 @@ module.exports = [
859
859
  [0x80000801, 'TRUE', 'TrueChain'],
860
860
  [0x80000840, 'IoTE', 'IoTE'],
861
861
  [0x80000859, 'XRG', 'Ergon'],
862
+ [0x80000888, 'CHZ', 'Chiliz'],
862
863
  [0x800008ad, 'ASK', 'ASK'],
864
+ [0x800008ed, '', 'Qiyi Chain'],
863
865
  [0x800008fd, 'QTUM', 'QTUM'],
864
866
  [0x800008fe, 'ETP', 'Metaverse'],
865
867
  [0x800008ff, 'GXC', 'GXChain'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "146.0.0",
3
+ "version": "149.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"