Open escottalexander opened 8 months ago
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
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