Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed Apr 10, 2024
1 parent b5ac602 commit 6abcb58
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 6abcb58

Please sign in to comment.