Skip to content

Commit

Permalink
chore: adjust gas price for min/max
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Mar 7, 2024
1 parent 1df5200 commit f713007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fhevm/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,15 @@ func DefaultGasCosts() GasCosts {
tfhe.FheUint64: 146000 + AdjustFHEGas,
},
FheMinMax: map[tfhe.FheUintType]uint64{
tfhe.FheUint4: 106000 + AdjustFHEGas,
tfhe.FheUint4: 111000 + AdjustFHEGas,
tfhe.FheUint8: 118000 + AdjustFHEGas,
tfhe.FheUint16: 143000 + AdjustFHEGas,
tfhe.FheUint32: 173000 + AdjustFHEGas,
tfhe.FheUint64: 200000 + AdjustFHEGas,
},
FheScalarMinMax: map[tfhe.FheUintType]uint64{
tfhe.FheUint4: 111000 + AdjustFHEGas,
tfhe.FheUint8: 114000 + AdjustFHEGas,
tfhe.FheUint8: 118000 + AdjustFHEGas,
tfhe.FheUint16: 140000 + AdjustFHEGas,
tfhe.FheUint32: 154000 + AdjustFHEGas,
tfhe.FheUint64: 182000 + AdjustFHEGas,
Expand Down

0 comments on commit f713007

Please sign in to comment.