From 282d089eb4bd8d555da33bb38c01049f8cf279f2 Mon Sep 17 00:00:00 2001 From: Ake <10195782+akegaviar@users.noreply.github.com> Date: Fri, 20 Dec 2024 23:34:12 +0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a7fce0b..0616557 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ For near-instantaneous transaction propagation, you can use the [Chainstack Sola [Sign up with Chainstack](https://console.chainstack.com). +Make sure you have your endpoints set up in `config.py`. + Quick note on a couple of new scripts in `/learning-examples`: ## Bonding curve state check @@ -21,3 +23,7 @@ When the bonding curve state completes, the liquidity and the token graduate to `listen_to_raydium_migration.py` — listens to the migration events of the tokens from pump_fun to Raydium and prints the signature of the migration, the token address, and the liquidity pool address on Raydium. Note that it's using the [blockSubscribe]([url](https://docs.chainstack.com/reference/blocksubscribe-solana)) method that not all providers support, but Chainstack does and I (although obviously biased) found it pretty reliable. + +To run: + +`python listen_to_raydium_migration.py`