You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closing this issue as no repro on my end. If you're still having the same issue with the latest version, please feel free to reopen this.
Please note that the endpoint under mainnet.gateway.pokt.network is no longer valid. You can get a POKT endpoint through a gateway (Nodies or Grove). See more details here.
Describe the bug
Currently trying to implement a simple RPC call to
getBalance
(and others), but I get the error below whenever I try to invoke said functionalities.TypeError [ERR_INVALID_ARG_TYPE]: The "emitter" argument must be an instance of EventEmitter or EventTarget. Received an instance of AbortSignal
It's similar to #74 and #75, but those didn't have a solution for the problem itself
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Get balance (or any other action) from said address
Screenshots

Desktop (please complete the following information):
v16.9.0
andv18.14.2
^2.1.0
Additional context
Am I missing something here?
The text was updated successfully, but these errors were encountered: