From 79d40c471e4adb9d62cd706469b60958c7c1cf9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Danjou?= Date: Mon, 15 Jan 2024 13:15:50 +0100 Subject: [PATCH] fix() update also cmux gas prices --- fhevm/params.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fhevm/params.go b/fhevm/params.go index d01a224..478a54d 100644 --- a/fhevm/params.go +++ b/fhevm/params.go @@ -170,9 +170,9 @@ func DefaultGasCosts() GasCosts { FheUint32: EvmNetSstoreInitGas + 400000, }, FheIfThenElse: map[FheUintType]uint64{ - FheUint8: 55000, - FheUint16: 60000, - FheUint32: 65000, + FheUint8: 60000, + FheUint16: 65000, + FheUint32: 70000, }, // TODO: As of now, only support FheUint8. All optimistic require predicates are // downcast to FheUint8 at the solidity level. Eventually move to ebool.