Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
feat: add correct gas price for FheUint160
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu authored and leventdem committed Mar 18, 2024
1 parent c3abd74 commit 70acdcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fhevm/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 70acdcc

Please sign in to comment.