Hi, I have a problem with deployProxy function. How can I change a 'from' keyword to point to different address in mnemonic ?
I think you can have a look at the documentation of ethers.js Wallet | ethers
1 Like
You can connect your ContractFactory to a signer using the Wallet class that Skyge mentioned. See this for an example of setting the signer (you can ignore the fee data parts).