You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain plugins like hardhat-deploy-ethers would benefit from being able to override readArtifact during getContractFactory() from packages/hardhat-ethers/src/internal/helpers.ts.
hardhat-deploy-ethers currently does not extend from @nomiclabs/hardhat-ethers, even though it is mostly the same.
The text was updated successfully, but these errors were encountered:
After analyzing third party plugin called hardhat-deploy-ethers, it looks like the features added to @nomiclabs/hardhat-ethers are getNamedSigners, getUnnamedSigners, and these line changes below:
Certain plugins like
hardhat-deploy-ethers
would benefit from being able to overridereadArtifact
duringgetContractFactory()
frompackages/hardhat-ethers/src/internal/helpers.ts
.hardhat-deploy-ethers
currently does not extend from@nomiclabs/hardhat-ethers
, even though it is mostly the same.The text was updated successfully, but these errors were encountered: