Replies: 2 comments 2 replies
-
Can you post your code in here including your hardhatconfig file seems like you're missing a dependencies. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@arnav029 What error are you facing? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
const{ ethers } = require('ethers');
const provider = new ethers.providers.JsonRpcProvider('https://mainnet.infura.io/v3/7bf6b6bc4a194e74bdacf22fb41fad4f');
I have installed the ethers module , and even uninstalled and installed it to make it sure , but still the code is throwing error .
Beta Was this translation helpful? Give feedback.
All reactions