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
Is your feature request related to a problem? Please describe.
Different networks have different gas limits. We should avoid hardcoding it always to the same value.
Describe the solution you'd like
We should have a map from chains to their hardcoded gas limits.
Describe alternatives you've considered
Really just need hardcoded value for each chain rather than 1 hardcoded value for all chains.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Different networks have different gas limits. We should avoid hardcoding it always to the same value.
Describe the solution you'd like
We should have a map from chains to their hardcoded gas limits.
Describe alternatives you've considered
Really just need hardcoded value for each chain rather than 1 hardcoded value for all chains.
The text was updated successfully, but these errors were encountered: