ensdomains / ens-contracts

The core contracts of the ENS protocol
https://ens.domains/
MIT License
572 stars 394 forks source link

add interface cmd to hardhat #277

Open TateB opened 1 year ago

TateB commented 1 year ago

the interface cmd (used via yarn hardhat interface) allows getting the ERC165 interface id for a contract. just a small quality of life bump.

example:

$ yarn hardhat interface IVersionableResolver
0xd700ff33
jefflau commented 12 months ago

Any ideas why the tests are failing?