Replies: 2 comments 3 replies
-
Actually the error message popped up after calling ethers.provider.getStorageAt(funWithStorage.address,i). When I call other functions on this address, there's no problem. E.g. I can get the contract balance. It just seems to be this method and I don't know why. Does anyone of you have any idea? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I was facing the same issue, but setting this solved
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, when I am trying to use "yarn hardhat node" in the "hardhat-fund-me-fcc" folder, I get the following message:
I am not sure where the error comes from. Here is my 99-deploy-storage-fun.js content:
I just cloned the files from github and deleted the comments. The rest is still the same.
Beta Was this translation helpful? Give feedback.
All reactions