I'm migrating tests from Truffle/web3 to hardhat/ethers/waffle and I don't know how to access one of the params of an emitted event. In web3 I have Bank.at(clone.logs[0].args.newBankAddress) how to do it in waffle/ethers ? Thanks :)
Dec 10, 2021, 5:26 PM