@lucid-evolution/utils 0.1.41 → 0.1.42

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.
package/dist/index.cjs CHANGED
@@ -563,6 +563,8 @@ var PROTOCOL_PARAMETERS_DEFAULT = {
563
563
  maxValSize: 5e3,
564
564
  keyDeposit: 2000000n,
565
565
  poolDeposit: 500000000n,
566
+ drepDeposit: 500000000n,
567
+ govActionDeposit: 100000000000n,
566
568
  priceMem: 0.0577,
567
569
  priceStep: 721e-7,
568
570
  maxTxExMem: 14000000n,
package/dist/index.js CHANGED
@@ -480,6 +480,8 @@ var PROTOCOL_PARAMETERS_DEFAULT = {
480
480
  maxValSize: 5e3,
481
481
  keyDeposit: 2000000n,
482
482
  poolDeposit: 500000000n,
483
+ drepDeposit: 500000000n,
484
+ govActionDeposit: 100000000000n,
483
485
  priceMem: 0.0577,
484
486
  priceStep: 721e-7,
485
487
  maxTxExMem: 14000000n,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucid-evolution/utils",
3
- "version": "0.1.41",
3
+ "version": "0.1.42",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -34,10 +34,10 @@
34
34
  "bip39": "^3.1.0",
35
35
  "cborg": "^4.2.0",
36
36
  "effect": "^3.1.2",
37
- "@lucid-evolution/core-types": "0.1.17",
37
+ "@lucid-evolution/core-types": "0.1.18",
38
38
  "@lucid-evolution/core-utils": "0.1.15",
39
39
  "@lucid-evolution/crc8": "0.1.8",
40
- "@lucid-evolution/plutus": "0.1.23",
40
+ "@lucid-evolution/plutus": "0.1.24",
41
41
  "@lucid-evolution/uplc": "0.2.12"
42
42
  },
43
43
  "devDependencies": {