Lesson 14: Failed to get Chain Id, invalid URL #1667
Unanswered
jacobhay2626
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You should comment out the following as so, and check it solves the problem: /* forking: {
url: MAINNET_RPC_URL,
}, */ |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been trying to complete the nft lesson and have been running into this error when trying to deploy to a local network, this doesnt make much sense to me as I didnt think a URL was needed for deploying locally?
This is my basic nft contract:
this is the deploy script:
helper-hardhat-config:
and config.js file:
Any help appreciated.
EDIT:
I just tried running the deployment on the localhost network and got this error:
Beta Was this translation helpful? Give feedback.
All reactions