Closed yanyanho closed 1 year ago
receipt.events[0].args.contractAddress != contractAddress
Thanks for the heads up @yqrashawn I can confirm the example is not working. I sent a fix PR at #6 @razacodespython or @dghelm can you guys help me reviewing and merging my PR
I try code as below and found that the calculated contract address is not match the deployed contract address.
const factoryContractDeployer = await ethers.getContractFactory("ExampleContractFactory"); const contractDeployer = await ethers.getContractFactory("ExampleContract"); const factoryContractdeployed = await factoryContractDeployer.deploy()