Closed heri16 closed 3 years ago
@wighawag This looks good to you?
I was going the git-subtree route in https://github.com/heri16/hardhat-deploy-ethers/tree/merge-nomiclabs decided against that.
How about using aliases inside peerdeps?
I created a PR that include the changes right in hardhat-deploy-ethers : https://github.com/wighawag/hardhat-deploy-ethers/pull/9
I need to do some more test though
I decided to merge my PR, seems like it is working. Thanks for helping out.
Let me know if you have issue with latest version (that include the new SignerWithAddress type) : 0.3.0-beta.10
Use
SignerWithAddress
from@nomiclabs/hardhat-ethers/signers
.Fixes #7
@nomiclabs/hardhat-ethers/signers
src/signer-with-address.ts
.signer
param ingetContractFactoryByAbiAndBytecode()
andgetContractAt()
.@nomiclabs/hardhat-ethers/types
and@nomiclabs/hardhat-ethers/signers
to work better with other plugins.