Currently, when using the same ABI in multiple data sources, each of the data sources will have its own version of the contract's types generated into a nested directory hierarchy.
Instead, it would be great to just generate the ABI's types once. Currently one has to be careful to import the types from the right source and since they are usually named identical it's hard to find the right one with autocompletion which results in a continuous annoyance / inconvenience when working in the mappings.
Currently, when using the same ABI in multiple data sources, each of the data sources will have its own version of the contract's types generated into a nested directory hierarchy.
Instead, it would be great to just generate the ABI's types once. Currently one has to be careful to import the types from the right source and since they are usually named identical it's hard to find the right one with autocompletion which results in a continuous annoyance / inconvenience when working in the mappings.