bip44-constants 332.0.0 → 333.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
@@ -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'],
@@ -1001,6 +1002,7 @@ module.exports = [
1001
1002
  [0x80000bd6, 'HBAR', 'Hedera HBAR'],
1002
1003
  [0x80000c05, 'COS', 'Contentos'],
1003
1004
  [0x80000ccc, 'CCC', 'CodeChain'],
1005
+ [0x80000d10, 'PLMC', 'Polimec'],
1004
1006
  [0x80000d05, 'SXP', 'Solar'],
1005
1007
  [0x80000d0a, 'PEAQ', 'peaq'],
1006
1008
  [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": "333.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",