Sharing ABIs in Codegen
- INDEXERS
Is it possible to share ABIs? I am using multiple dexes as datasources, and currently each has a few ABIs (ERC20 etc..) in common. This leads to lots of duplicate files in the output of codegen. Is there a way of sharing them? or a way to define them outside of datasources so they are still generated but only once?
Answers1
I am using multiple dexes as datasources, and currently each has a few ABIs (ERC20 etc..) in common. This leads to lots of duplicate files in the output of codegen. Is there a way of sharing them? or a way to define them outside of datasources so they are still generated but only once?