Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deployTransaction property is undefined after contract deployment #4727

Open
devin-ai-integration bot opened this issue May 11, 2024 · 1 comment
Open

Comments

@devin-ai-integration
Copy link

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.

@ricmoo
Copy link
Member

ricmoo commented May 16, 2024

Could this be an issue with the Hardhat wrapping? Does it occur outside of Hardhat?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant