From 8e2441b0d9a072bb802c7766f40330796bc518e1 Mon Sep 17 00:00:00 2001 From: Ake <10195782+akegaviar@users.noreply.github.com> Date: Sat, 10 May 2025 12:03:34 +0800 Subject: [PATCH] A quick change on the article name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b0a822..4015bde 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ python -m src.bot_runner --- -## Note on limits +## Note on throughput & limits Solana is an amazing piece of web3 architecture, but it's also very complex to maintain. @@ -106,7 +106,7 @@ That said, all node providers have their own setup recommendations & limits, lik So please make sure you consult the docs of the node provider you are going to use for the bot here. And obviously the public RPC nodes won't work for the heavier use case scenarios like this bot. -For Chainstack, all of the details and limits you need to be aware of are consolidated here: [Limits](https://docs.chainstack.com/docs/limits) <— we are _always_ keeping this piece up to date so you can rely on it. +For Chainstack, all of the details and limits you need to be aware of are consolidated here: [Throughput guidelines](https://docs.chainstack.com/docs/limits) <— we are _always_ keeping this piece up to date so you can rely on it. ## Changelog