sifiorg / sifi

7 stars 1 forks source link

refactor(frontend): useGasFeeUsd hook #542

Closed boriskubrik closed 6 months ago

boriskubrik commented 6 months ago

Modified useGasFee hook so that it is more reusable. Changed its name to useGasFeeUsd and switched to passing props to it instead of depending on the useQuote hook. It now returns a more generic gasFeeUsd instead of the more specific gasFeeEstimateUsd.

It's based on #541.

Testing

image