wighawag / hardhat-deploy-ethers

MIT License
70 stars 25 forks source link

getContractFactory failed when use external artifacts build by waffle #20

Closed izayl closed 2 years ago

izayl commented 2 years ago

hardhat-deploy support Artifact | ExtendedArtifact artifact type but hardhat-deploy-ethers only support Artifact

which cause the function collectLibrariesAndLink crashed, because artifact.linkReferences is undefined