[SDK] Python SDK connection to web socket endpoint #189
-
EnvironmentMainnet, zksync2 v.0.4 in Python Acknowledgement
Issue DescriptionI would like to use the Expected Behavior
Seems the examples on gitHub are using http endpoints. Code Example
Repo Link (Optional)No response |
Beta Was this translation helpful? Give feedback.
Answered by
enochSatis
Oct 30, 2023
Replies: 6 comments
-
Found a way to solve this issue. I got the logs by calling tPOST API of the RPC node directly using method
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
enochSatis
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found a way to solve this issue.
I got the logs by calling tPOST API of the RPC node directly using method
eth_getLogs
.