bip44-constants 133.0.0 → 136.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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -668,6 +668,7 @@ module.exports = [
668
668
  [0x800002ae, 'KAR', 'Karura Network'],
669
669
  [0x800002b0, 'CET', 'CoinEx Chain'],
670
670
  [0x800002b2, 'KLV', 'KleverChain'],
671
+ [0x800002b6, 'VTBC', 'VTB Community'],
671
672
  [0x800002ba, 'VEIL', 'Veil'],
672
673
  [0x800002bb, 'GIO', 'Gio'],
673
674
  [0x800002bc, 'XDAI', 'xDai'],
@@ -775,6 +776,7 @@ module.exports = [
775
776
  [0x800003e9, 'TT', 'ThunderCore'],
776
777
  [0x800003ea, 'BKT', 'BanKitt'],
777
778
  [0x800003eb, 'NODL', 'Nodle'],
779
+ [0x800003ec, 'PCOIN', 'PCOIN'],
778
780
  [0x800003ef, 'FTM', 'Fantom'],
779
781
  [0x800003f0, 'RPG', 'RPG'],
780
782
  [0x800003f2, 'HT', 'Huobi ECO Chain'],
@@ -805,6 +807,7 @@ module.exports = [
805
807
  [0x80000539, 'DFC', 'Defcoin'],
806
808
  [0x80000575, 'HYC', 'Hycon'],
807
809
  [0x80000582, 'TENTSLP', 'TENT Simple Ledger Protocol'],
810
+ [0x800005e6, 'XSC', 'XT Smart Chain'],
808
811
  [0x800005e8, 'AAC', 'Double-A Chain'],
809
812
  [0x800005f4, '', 'Taler'],
810
813
  [0x800005fd, 'BEAM', 'Beam'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "133.0.0",
3
+ "version": "136.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"