You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we know the pre-compiles costs from the EIPs, and since the precompiles burns all the extra gas we gave it in case the pre-compiles fails, we might want to use exact numbers for the precompiles calls in staticcall instead of gas().
Since we know the pre-compiles costs from the EIPs, and since the precompiles burns all the extra gas we gave it in case the pre-compiles fails, we might want to use exact numbers for the precompiles calls in
staticcallinstead ofgas().