mudgen / diamond-1-hardhat

EIP-2535 Diamond reference implementation using Hardhat and Solidity 0.8.*
MIT License
135 stars 84 forks source link

IDiamond.sol defined but never used #6

Closed Walodja1987 closed 1 year ago

Walodja1987 commented 2 years ago

I noticed that IDiamond.sol is included in the interfaces folder but the Diamond contract does not inherit from it. Is that an oversight or a conscious decision to have it like that?

mudgen commented 1 year ago

A conscious decision because it is defined by the EIP-2535 standard.