-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fetch Source via URL (Github, Soucify, etc) #7
Comments
If bytecode is published to GitHub or similar, it can be added as an NPM dependency. Then, is there any reason to re-export it? |
I didn't really explain this but I was thinking that the plugin would fetch the source and then export the bytecode. Otherwise, I agree if the bytecode is already available somewhere it doesn't make sense to export it again. |
This should be a feature of hardhat-dependency-compiler instead. If that plugin could download contract source code from a URL or by address from a blockchain explorer, then the compilation artifacts would be available not only to this plugin but also to hardhat-abi-exporter and Anyway, in the particular case of bytecode extraction, it's fairly simple to just use the Closing this in favor of this: ItsNickBarry/hardhat-dependency-compiler#22 |
reference: #6 (comment)
The text was updated successfully, but these errors were encountered: