File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
plutus-core/cost-model/create-cost-model Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -177,9 +177,9 @@ builtinMemoryModels = BuiltinCostModelBase
177177 , paramListToArray = Id $ ModelOneArgumentLinearInX $ OneVariableLinearFunction 7 1
178178 , paramIndexArray = Id $ ModelTwoArgumentsConstantCost 32
179179 -- Builtin values
180- , paramLookupCoin = Id $ ModelThreeArgumentsConstantCost 1
181- , paramValueContains = Id $ ModelTwoArgumentsConstantCost 1
182- , paramValueData = Id $ ModelOneArgumentConstantCost 1
183- , paramUnValueData = Id $ ModelOneArgumentConstantCost 1
180+ , paramLookupCoin = Id $ ModelThreeArgumentsConstantCost 10
181+ , paramValueContains = Id $ ModelTwoArgumentsConstantCost 32
182+ , paramValueData = Id $ ModelOneArgumentConstantCost 32
183+ , paramUnValueData = Id $ ModelOneArgumentConstantCost 32
184184 }
185185 where identityFunction = OneVariableLinearFunction 0 1
You can’t perform that action at this time.
0 commit comments