Skip to content

Commit

Permalink
EVM precompile: repricing pairing based on ethereum/EIPs#9098
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Jan 16, 2025
1 parent 401760b commit 9ee13bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/bench_eth_evm_precompiles.nim
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func gasBls12MsmG2(length: int, baseCost: int): int =
return length * baseCost * discount[min(length, discount.high)] div multiplier

func gasBls12PairingCheck(length: int): int =
return 43000*length + 65000
return 32600*length + 37700

# Constructors
# -----------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 9ee13bd

Please sign in to comment.