docs: update README.md

This commit is contained in:
Anton
2025-03-15 09:23:15 +01:00
committed by GitHub
parent ffe81463d7
commit 396e9bce1d
+1 -1
View File
@@ -24,7 +24,7 @@ Overall, it'll be a gradual development & rollout:
* ✅ Lib updates
* Error handling
* Ability to set RPS in the config to match your provider's and plan RPS (preferably [Chainstack](https://console.chainstack.com/) 🤩)
* Ability to set dynamic priority fees
* Ability to set dynamic priority fees
* Stage 2: Bonding curve and migration management
* Integrate `logsSubscribe` instead of `blockSubscribe` for sniping minted tokens into the main bot (currently it's separate in the learning examples section that you can integrate yourself)
* Keep both `logsSubscribe` & `blockSubscribe` in the main bot — so that you can try out/choose which one works best for you — plus the Solana node architecture and provders change, so it's useful to have both