From 4b224879ddfec1d31732623bc3fb73a987bb409d Mon Sep 17 00:00:00 2001 From: Anton <43762166+smypmsa@users.noreply.github.com> Date: Mon, 31 Mar 2025 10:27:47 +0200 Subject: [PATCH] docs: migration listening done --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dba477..59043a0 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ We assume no responsibility for the code or its usage. This is our public servic | | Transaction retries | Do retries instead of cooldown and/or keep the cooldown | WIP | | | Bonding curve status tracking | Checking a bonding curve status progress. Predict how soon a token will start the migration process | WIP | | | Account closure script | Script to close the associated bonding curve account if the rest of the flow txs fails | ✅ | -| | PumpSwap migration listening | pump_fun migrated to their own DEX — [PumpSwap](https://x.com/pumpdotfun/status/1902762309950292010), so we need to FAFO with that instead of Raydium (and attempt `logSubscribe` implementation) | FAFO | +| | PumpSwap migration listening | pump_fun migrated to their own DEX — [PumpSwap](https://x.com/pumpdotfun/status/1902762309950292010), so we need to FAFO with that instead of Raydium (and attempt `logSubscribe` implementation) | ✅ | | **Stage 3: Trading experience** | Take profit/stop loss | Implement take profit, stop loss exit strategies | FAFO | | | Market cap-based selling | Sell when a specific market cap has been reached | Not started | | | Copy trading | Enable copy trading functionality | Not started |