diff --git a/fhevm/params.go b/fhevm/params.go index e98d0ab..b9c4a36 100644 --- a/fhevm/params.go +++ b/fhevm/params.go @@ -137,6 +137,7 @@ func DefaultGasCosts() GasCosts { tfhe.FheUint16: 44000 + AdjustFHEGas, tfhe.FheUint32: 72000 + AdjustFHEGas, tfhe.FheUint64: 76000 + AdjustFHEGas, + tfhe.FheUint160: 80000 + AdjustFHEGas, }, FheLe: map[tfhe.FheUintType]uint64{ tfhe.FheUint4: 60000 + AdjustFHEGas,