-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
I have seen your example here
NomicFoundation/hardhat#1159 (comment)
and I follow you instructions
const frame = ethProvider('frame');
const contractFactory = await ethers.getContractFactory("MyContract");
const tx = await contractFactory.getDeployTransaction();
but get this:
const tx = await this.signer.sendTransaction(unsignedTx); ^
TypeError: Cannot read properties of null (reading 'sendTransaction')
Also, can your example be adapter to deploy an upgradable contract?
const test = await upgrades.deployProxy(contractFactory);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels