@lucid-evolution/utils 0.1.37 → 0.1.38

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
@@ -555,6 +555,7 @@ var PROTOCOL_PARAMETERS_DEFAULT = {
555
555
  coinsPerUtxoByte: 4310n,
556
556
  collateralPercentage: 150,
557
557
  maxCollateralInputs: 3,
558
+ minFeeRefScriptCostPerByte: 15,
558
559
  costModels: {
559
560
  PlutusV1: {
560
561
  "0": 100788,
package/dist/index.js CHANGED
@@ -472,6 +472,7 @@ var PROTOCOL_PARAMETERS_DEFAULT = {
472
472
  coinsPerUtxoByte: 4310n,
473
473
  collateralPercentage: 150,
474
474
  maxCollateralInputs: 3,
475
+ minFeeRefScriptCostPerByte: 15,
475
476
  costModels: {
476
477
  PlutusV1: {
477
478
  "0": 100788,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucid-evolution/utils",
3
- "version": "0.1.37",
3
+ "version": "0.1.38",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -26,8 +26,8 @@
26
26
  "@emurgo/cardano-serialization-lib-nodejs": "@emurgo/cardano-serialization-lib-browser"
27
27
  },
28
28
  "dependencies": {
29
- "@anastasia-labs/cardano-multiplatform-lib-browser": "^5.3.1-3",
30
- "@anastasia-labs/cardano-multiplatform-lib-nodejs": "^5.3.1-3",
29
+ "@anastasia-labs/cardano-multiplatform-lib-browser": "^6.0.1-2",
30
+ "@anastasia-labs/cardano-multiplatform-lib-nodejs": "^6.0.1-2",
31
31
  "@effect/schema": "^0.68.16",
32
32
  "@emurgo/cardano-serialization-lib-browser": "^11.5.0",
33
33
  "@emurgo/cardano-serialization-lib-nodejs": "^11.5.0",
@@ -36,10 +36,10 @@
36
36
  "bip39": "^3.1.0",
37
37
  "cborg": "^4.2.0",
38
38
  "effect": "^3.1.2",
39
- "@lucid-evolution/core-types": "0.1.15",
40
- "@lucid-evolution/core-utils": "0.1.13",
39
+ "@lucid-evolution/core-types": "0.1.16",
40
+ "@lucid-evolution/core-utils": "0.1.14",
41
41
  "@lucid-evolution/crc8": "0.1.8",
42
- "@lucid-evolution/plutus": "0.1.21",
42
+ "@lucid-evolution/plutus": "0.1.22",
43
43
  "@lucid-evolution/uplc": "0.2.11"
44
44
  },
45
45
  "devDependencies": {