deploying error whenever I try to deploy on the Goerli network. #2825
Answered
by
alymurtazamemon
xdarksamusx
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
alymurtazamemon
Sep 24, 2022
Replies: 3 comments 17 replies
-
Hello @gus1000 the problem seems to be in your |
Beta Was this translation helpful? Give feedback.
7 replies
-
@gus1000 Make sure this import is correct; const {
developmentChains,
networkConfig,
} = require("../helper-hardhat-config"); And also you have got the chainId like this; const chainId = network.config.chainId; And here get the vrf address like this; vrfCoordinatorV2Address = networkConfig[chainId]["vrfCoordinatorV2"]; |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
alymurtazamemon
-
Please push to GitHub; we will look into it |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@gus1000 Make sure this import is correct;
And also you have got the chainId like this;
And here get the vrf address like this;