Replies: 1 comment
-
Update: const transactionResponse = await contract.fund({
value: ethers.utils.parseEther(ethAmount),
}); works when i specify the gasLimit, but i still have this error
|
Beta Was this translation helpful? Give feedback.
0 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.
-
I created a HardHat Local Network as shown in the tutorial when i click on fund button i get this error, but it works well on sepolia:
JavaScript:
Can someone help me out here, with this?
Beta Was this translation helpful? Give feedback.
All reactions