dethcrypto / dethcrypto/TypeChain
typechain ethers-v5 inclusion of hardhat-ethers
Open
- Dominant language
- TypeScript
- Stars
- 2.8k
- Forks
- 376
- PR merge metrics
- No merged PRs in 30d
Description
In the newest version of typechain, typechain ethers-5 target include types for the plugin hardhat-ethers
This pose problem for plugin that are alternative to hardhat-ethers like `hardhat-deploy-ethers` which have different function signature, but use the same hre.ethers object
An option to at least disable hardhat-ethers type generation would be good. AFter all the ethers v5 target should focus on ethers itself.
An alternative would be to create a specific hardhat ethers target
Contributor guide
Assessment
This issue has not been assessed yet.