bip44-constants 391.0.0 → 393.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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1059,7 +1059,7 @@ module.exports = [
1059
1059
  [0x80000bd6, 'HBAR', 'Hedera HBAR'],
1060
1060
  [0x80000bee, 'HIVE', 'Hive Blockchain'],
1061
1061
  [0x80000c05, 'COS', 'Contentos'],
1062
- [0x80000c3b, 'EZC', 'Ezcon Blockchain'],
1062
+ [0x80000c3b, 'DIP', 'Dipnet Blockchain'],
1063
1063
  [0x80000c45, 'B1T', 'Bit'],
1064
1064
  [0x80000ccc, 'CCC', 'CodeChain'],
1065
1065
  [0x80000d10, 'PLMC', 'Polimec'],
@@ -1231,6 +1231,7 @@ module.exports = [
1231
1231
  [0x800310c5, 'BTR', 'Bitlayer'],
1232
1232
  [0x80036cb1, 'CONET', 'CONET Holesky Network'],
1233
1233
  [0x8003c301, 'ATS', 'ARTIS sigma1'],
1234
+ [0x8003d48e, 'AUTOX', 'Autox Coin'],
1234
1235
  [0x8003fc0b, 'ZAMA', 'Zama'],
1235
1236
  [0x8004cb2f, 'PI', 'Pi Network'],
1236
1237
  [0x80051614, 'VALUE', 'Value Chain'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "391.0.0",
3
+ "version": "393.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",