-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: add feature to combine all ABIs into one file #50
Comments
Have you tried this? https://github.com/projectsophon/hardhat-diamond-abi |
I am not in favor of combining all ABIs, but maybe a configuration option like this would work: composites: [
{
inputs: ['facets/*],
output: 'MyDiamond',
}
], Not sure. |
Yes but |
Yeah, or something like:
|
Hi
Thanks for such a great library!
I was wondering if there would be a feature to put all flattened ABIs into one file.
reasons:
The text was updated successfully, but these errors were encountered: