lesson 09: Error: VM Exception while processing transaction: reverted with custom error 'InvalidConsumer()' #4901
-
I got this error const { assert, expect } = require("chai"); !developmentChains.includes(network.name)
// SPDX-License-Identifier: MIT pragma solidity ^0.8.17; import "@chainlink/contracts/src/v0.8/VRFConsumerBaseV2.sol"; error Raffle__NotEnoughETHEntered(); contract Raffle is VRFConsumerBaseV2, KeeperCompatibleInterface {
} |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
Hello @umairahmed88, you can refer to the following answer in #1565. |
Beta Was this translation helpful? Give feedback.
Hello @umairahmed88, you can refer to the following answer in #1565.