From b50fa91d4c06db37591e07e3eed7e6c3e4e7ebd1 Mon Sep 17 00:00:00 2001 From: microproofs Date: Tue, 17 Sep 2024 16:20:47 -0400 Subject: [PATCH] Finish updating v2 models --- crates/uplc/src/machine/cost_model.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/uplc/src/machine/cost_model.rs b/crates/uplc/src/machine/cost_model.rs index 0f6a12f2..ec88b94c 100644 --- a/crates/uplc/src/machine/cost_model.rs +++ b/crates/uplc/src/machine/cost_model.rs @@ -1007,9 +1007,9 @@ impl BuiltinCosts { }, verify_ed25519_signature: CostingFun { mem: ThreeArguments::ConstantCost(10), - cpu: ThreeArguments::LinearInZ(LinearSize { - intercept: 57996947, - slope: 18975, + cpu: ThreeArguments::LinearInY(LinearSize { + intercept: 53384111, + slope: 14333, }), }, verify_ecdsa_secp256k1_signature: CostingFun {