Skip to content

Commit

Permalink
fix() update also cmux gas prices
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu authored Jan 15, 2024
1 parent 8e27e72 commit 79d40c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fhevm/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 79d40c4

Please sign in to comment.