Questions tagged [hardhat-ignition]
The hardhat-ignition tag has no summary.
4 questions
0 votes
0 answers
37 views
Stack too deep. Try compiling with `--via-ir
Version of Hardhat 3.0.6 I get this error when I try to deploy the contract: CompilerError: Stack too deep. Try compiling with --via-ir (cli) or the equivalent viaIR: true (standard JSON) while ...
0 votes
1 answer
49 views
Thirdweb writeContract not working on hardhat node
Im using local hardhat node for deploying my contracts and using Thirdweb writeContract to execute a registerUser function from my smart contract, I've added the contract address, ABI, clientid and ...
0 votes
1 answer
174 views
npx hardhat ignition deploy Error: Cannot find module 'cache_hardhat/.hardhat-network-instances.json'
I'm trying to use npx hardhat ignition deploy to deploy one of my modules that is inside the ignition/modules folder, however, every time I try to run the command I get this error: An unexpected error ...
1 vote
0 answers
250 views
I am using Hardhat ignition deployment and cannot obtain the actual transaction using the m.call method. I am trying to obtain its length, but it is 0
const subId = m.call(VRFCoordinatorV2Mock, "createSubscription", []); subscriptionId = subId.logs[0].args.subId;