Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed Apr 15, 2024
1 parent 70387a0 commit 4ac07fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 443 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ legacyCardanoApiProtocolParameters = ProtocolParameters { protocolParamUTxOCostP
}

costModels :: Map AnyPlutusScriptVersion CostModel
costModels = M.fromList [ (AnyPlutusScriptVersion PlutusScriptV3, CostModel [223,222..1])
costModels = M.fromList [ (AnyPlutusScriptVersion PlutusScriptV3, CostModel [1..233])
, (AnyPlutusScriptVersion PlutusScriptV2, CostModel [1..175])
]

Expand Down
Loading

0 comments on commit 4ac07fa

Please sign in to comment.