bip44-constants 332.0.0 → 334.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
@@ -693,6 +693,7 @@ module.exports = [
693
693
  [0x800002b1, 'XLINK', 'XLink Chain'],
694
694
  [0x800002b2, 'KLV', 'KleverChain'],
695
695
  [0x800002b3, 'TNT', 'Tangle'],
696
+ [0x800002b4, 'GTG', 'Gotigin'],
696
697
  [0x800002b6, 'VTBC', 'VTB Community'],
697
698
  [0x800002b8, 'LUM', 'Lumos'],
698
699
  [0x800002ba, 'VEIL', 'Veil'],
@@ -870,6 +871,7 @@ module.exports = [
870
871
  [0x800003f4, 'JOC', 'Japan Open Chain'],
871
872
  [0x800003f5, 'BIC', 'Beincrypto'],
872
873
  [0x800003f6, 'JOY', 'Joystream'],
874
+ [0x800003f7, 'ZCX', 'ZEN Exchange Token'],
873
875
  [0x800003f8, '---', 'reserved'],
874
876
  [0x800003fc, 'EVC', 'Evrice'],
875
877
  [0x800003fe, 'XRD', 'Radix DLT'],
@@ -1001,6 +1003,7 @@ module.exports = [
1001
1003
  [0x80000bd6, 'HBAR', 'Hedera HBAR'],
1002
1004
  [0x80000c05, 'COS', 'Contentos'],
1003
1005
  [0x80000ccc, 'CCC', 'CodeChain'],
1006
+ [0x80000d10, 'PLMC', 'Polimec'],
1004
1007
  [0x80000d05, 'SXP', 'Solar'],
1005
1008
  [0x80000d0a, 'PEAQ', 'peaq'],
1006
1009
  [0x80000d31, 'ROI', 'ROIcoin'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "332.0.0",
3
+ "version": "334.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",