Issue with ethers.js v6 event handling in MetaMask #4584
Unanswered
behnamazimi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[Cross-posting my question on StackOverflow]
Hello everyone,
I'm encountering an issue with event handling in my DApp when using ethers.js v6 with MetaMask. Here's the situation:
contract.on("EventName", callback)
.I suspect there might be a compatibility issue or configuration step, or something that I'm not aware of about receiving events specific to MetaMask causing this discrepancy. Here's a simplified version of the code I'm using:
Has anyone else encountered a similar issue with ethers.js v6 and MetaMask?
Any insights or suggestions on how to troubleshoot and resolve this issue or any information would be greatly appreciated. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions