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
Instead of making the Erc20Fetcher an option (where it only runs in the case of a non-eth base token), make it mandatory and add a default No-Op implementation that always returns Ok(1) in the case where eth is the native token.
The text was updated successfully, but these errors were encountered:
🌟 Feature Request
Instead of making the
Erc20Fetcher
an option (where it only runs in the case of a non-eth base token), make it mandatory and add a default No-Op implementation that always returnsOk(1)
in the case whereeth
is the native token.The text was updated successfully, but these errors were encountered: