Skip to main content

Questions tagged [hardhat-ignition]

0 votes
0 answers
37 views

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 ...
Ruwaifa Tahir's user avatar
0 votes
1 answer
49 views

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 ...
Rohit Jambhulkar's user avatar
0 votes
1 answer
174 views

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 ...
Rohan Nero's user avatar
  • 1,845
1 vote
0 answers
250 views

const subId = m.call(VRFCoordinatorV2Mock, "createSubscription", []); subscriptionId = subId.logs[0].args.subId;
edc wsx's user avatar
  • 11