Skip to content

Lesson 14: NftMinted did not fire. #5456

Answered by RobItu
RobItu asked this question in Q&A
Discussion options

You must be logged in to vote

I found my issue. I was using the wrong values for the callbackGasLimit for the mock VRFCoordinatorV2. Here's the correct one:

31337: {
        name: "hardhat",
        gasLane: "0x474e34a077df58807dbe9c96d3c009b23b3c6d0cce433e59bbf5b34f823bc56c",
        callbackGasLimit: "500000",
        mintFee: ethers.utils.parseEther("0.01"),
    },

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RobItu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant