ethcontract-rs
ethcontract-rs copied to clipboard
Implement loader for hardhat `deployments` directory format
- [x] Implement a loader.
- [ ] Support it in macro.
Macro support could be challenging. Right now Source
assumes that an artifact could be represented as a single file, which is not the case here.