-
Hi, I'm having an error running on the local host network. Here Is The Code: localhost: {
url: http://127.0.0.1:8545/,
chainId: 31337,
}, And Here Is The Error An unexpected error occurred:
/Users/Corey/Desktop/HH_Code/HH-Simple-Storage/hardhat.config.js:20
url: http://127.0.0.1:8545/,
^
SyntaxError: Unexpected token ':' And In Problems: |
Beta Was this translation helpful? Give feedback.
Answered by
krakxn
Jul 12, 2022
Replies: 1 comment 2 replies
-
The problem lies here, copy paste this to fix it (I added double quotes, it should be a string):
Hope this answers your query |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
anasimov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem lies here, copy paste this to fix it (I added double quotes, it should be a string):
Hope this answers your query