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
Previously we had gas limit and gas min checks but those seems unnecessary considering last week arbitrum gas spike.
Possible solution to prevent maximum spending can be adding checks for gasCap instead of gas limit we have now. This way we can control the spending using config value.
The text was updated successfully, but these errors were encountered:
Previously we had gas limit and gas min checks but those seems unnecessary considering last week arbitrum gas spike.
Possible solution to prevent maximum spending can be adding checks for
gasCap
instead of gas limit we have now. This way we can control the spending using config value.The text was updated successfully, but these errors were encountered: