bip44-constants 224.0.0 → 226.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
@@ -855,6 +855,7 @@ module.exports = [
855
855
  [0x80000512, 'WPC', 'Wpc'],
856
856
  [0x8000051c, 'WEI', 'WEI'],
857
857
  [0x80000539, 'DFC', 'Defcoin'],
858
+ [0x80000544, 'ISLM', 'IslamicCoin'],
858
859
  [0x80000575, 'HYC', 'Hycon'],
859
860
  [0x80000582, 'TENTSLP', 'TENT Simple Ledger Protocol'],
860
861
  [0x800005e6, 'XSC', 'XT Smart Chain'],
@@ -967,6 +968,7 @@ module.exports = [
967
968
  [0x80001a7b, 'COTI', 'COTI'],
968
969
  [0x80001b39, 'ROGER', 'TheHolyrogerCoin'],
969
970
  [0x80001b73, 'ELLA', 'Ella the heart'],
971
+ [0x80001b74, 'AA', 'Arthera'],
970
972
  [0x80001bb3, 'TOPL', 'Topl'],
971
973
  [0x80001ca3, 'KLY', 'KLYNTAR'],
972
974
  [0x80001cad, 'SHFT', 'Shyft'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "224.0.0",
3
+ "version": "226.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",