Finish updating v2 models
This commit is contained in:
parent
b26e16e319
commit
b50fa91d4c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue