Lesson 8 - Unrecognized selector #2364
-
I got to the point where we first try the fund function on the local blockchain. The transaction goes through in metamask, but when I look at my hardhat node, I see this
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
@alkali333 Make sure the abi you imported to the frontend is correct, you can copy that from the contracts files (artifacts/contracts/ContractsFolder/contract.json). Copy the ABI array (start from And make to restart the metamask and rerun the hardhat node. |
Beta Was this translation helpful? Give feedback.
-
Hey @alkali333 checkout this similar discussion and see it helps solve your issue. |
Beta Was this translation helpful? Give feedback.
Hey @alkali333 checkout this similar discussion and see it helps solve your issue.