Finish updating v2 models
This commit is contained in:
parent
b26e16e319
commit
b50fa91d4c
|
@ -1007,9 +1007,9 @@ impl BuiltinCosts {
|
||||||
},
|
},
|
||||||
verify_ed25519_signature: CostingFun {
|
verify_ed25519_signature: CostingFun {
|
||||||
mem: ThreeArguments::ConstantCost(10),
|
mem: ThreeArguments::ConstantCost(10),
|
||||||
cpu: ThreeArguments::LinearInZ(LinearSize {
|
cpu: ThreeArguments::LinearInY(LinearSize {
|
||||||
intercept: 57996947,
|
intercept: 53384111,
|
||||||
slope: 18975,
|
slope: 14333,
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
verify_ecdsa_secp256k1_signature: CostingFun {
|
verify_ecdsa_secp256k1_signature: CostingFun {
|
||||||
|
|
Loading…
Reference in New Issue