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
Currently we call the Alchemy api to estimate the gas cost of a bundle. We should find a way to cache the request and save the result so that we only call the endpoint again after the bundle has changed.
See line 34 in useGasEstimation.ts
The text was updated successfully, but these errors were encountered:
Currently we call the Alchemy api to estimate the gas cost of a bundle. We should find a way to cache the request and save the result so that we only call the endpoint again after the bundle has changed.
See line 34 in useGasEstimation.ts
The text was updated successfully, but these errors were encountered: