diff --git a/nimbus/vm/interpreter/gas_costs.nim b/nimbus/vm/interpreter/gas_costs.nim index 77070770c..01783b5a7 100644 --- a/nimbus/vm/interpreter/gas_costs.nim +++ b/nimbus/vm/interpreter/gas_costs.nim @@ -664,4 +664,4 @@ const # The Yellow Paper is special casing the GasQuadDivisor. # It is defined in Appendix G with the other GasFeeKind constants # instead of Appendix E for precompiled contracts - GasQuadDivisor* = 100 + GasQuadDivisor* = 20 diff --git a/nimbus/vm/precompiles.nim b/nimbus/vm/precompiles.nim index cb7285281..818c75e76 100644 --- a/nimbus/vm/precompiles.nim +++ b/nimbus/vm/precompiles.nim @@ -14,7 +14,7 @@ type paModExp, paEcAdd, paEcMul, - paPairing + paPairing, # Istanbul paBlake2bf = 9