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
When deploying a contract using ethers.js version 6.12.1 with Hardhat, the deployTransaction property is undefined on the contract instance immediately after deployment. The contract is successfully deployed to an address, but the expected deployTransaction property, which should contain the transaction details, is not present. This behavior occurs even when following the standard deployment process as per the ethers.js documentation. Steps to reproduce and a minimal deployment script are provided.
The text was updated successfully, but these errors were encountered:
When deploying a contract using ethers.js version 6.12.1 with Hardhat, the deployTransaction property is undefined on the contract instance immediately after deployment. The contract is successfully deployed to an address, but the expected deployTransaction property, which should contain the transaction details, is not present. This behavior occurs even when following the standard deployment process as per the ethers.js documentation. Steps to reproduce and a minimal deployment script are provided.
The text was updated successfully, but these errors were encountered: