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 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.