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
The current approach is to expect the end user to know the path of the Hifi-related contract they want to interact with. Refer to the code snippets in the README to see how verbose the import path is.
It would be a much nicer API if we exposed all types and factories via an index.ts file.
The text was updated successfully, but these errors were encountered:
The current approach is to expect the end user to know the path of the Hifi-related contract they want to interact with. Refer to the code snippets in the README to see how verbose the import path is.
It would be a much nicer API if we exposed all types and factories via an
index.ts
file.The text was updated successfully, but these errors were encountered: