Replies: 1 comment 2 replies
-
That isn’t supported in v5, you will need to either subscribe to both events independently, or use It works fine in v6 though. ;) |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
how can we listen to two different events of same smartcontract at once ?
something like this
`
const withdrawEvent = instantContract.filters.InstantWithdraw(address);
const TransferEvent = instantContract.filters.Transfer(address);
`
Beta Was this translation helpful? Give feedback.
All reactions