Update README.md

This commit is contained in:
Ake
2024-12-29 13:10:56 +07:00
committed by GitHub
parent 0d50b03cc2
commit 5287d7e275
+1 -1
View File
@@ -59,7 +59,7 @@ To run:
## Listen to new direct full details
`listen_new_direct_full_details.py` — listens to the new direct full details events and prints the signature, the token address, and the bonding curve address.
`listen_new_direct_full_details.py` — listens to the new direct full details events and prints the signature, the token address, the user, the bonding curve address, and the associated bonding curve address using just the `logsSubscribe` method. Basically everything you need for sniping using just `logsSubscribe` and no extra calls like doing `getTransaction` to get the missing data. It's just computed on the fly now.
To run: