use js sdk to listen transfer event error #78
-
EnvironmentMainnet Acknowledgement
Issue Description{ Expected Behaviorreturn transfer event Code Exampleconst provider = await zksync.getDefaultProvider('mainnet'); // Once connected, start sending ping frames. // Register filters. Repo Link (Optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@shaobinyao can you provide insights into the code provided? Did you see an example you were trying to replicate? What request are you attempting to make? |
Beta Was this translation helpful? Give feedback.
-
Closing discussion as left without reply for 2 weeks |
Beta Was this translation helpful? Give feedback.
Also, @shaobinyao please specify what you expect. The code you provided does not need the line where
provider
is declared. Running the following creates the web socket: