diff --git a/docs/yellowstone-grpc-geyser-plugin.mdx b/docs/yellowstone-grpc-geyser-plugin.mdx index c47d108b..128af0a0 100644 --- a/docs/yellowstone-grpc-geyser-plugin.mdx +++ b/docs/yellowstone-grpc-geyser-plugin.mdx @@ -19,7 +19,7 @@ Benefits - Uses a standard gRPC interface with protobuf-formatted payloads. - Accessible from any language supporting gRPC (Python, Go, Rust, JavaScript). - Ideal for analytics, sniping bots, MEV strategies, data indexing, real-time dashboards, and compliance monitoring. -- Comprehensive data including transaction details, instructions, and logs. +- `from_slot`/`fromSlot` support to replay and recover missed events. For an example, see `learning-examples/historical_replay_with_from_slot.py` in [Solana Geyser Python tutorial](https://github.com/chainstacklabs/grpc-geyser-tutorial). ## Enable the Yellowstone gRPC Geyser plugin @@ -62,7 +62,7 @@ The following Solana accounts are unavailable for streaming: See: - [Solana Geyser Python tutorial](https://github.com/chainstacklabs/grpc-geyser-tutorial) -- [Bonk fun sniping bot with Geyser](https://github.com/chainstacklabs/letsbonk-fun-bot) +- [Pump fun and Bonk fun sniping bot with Geyser](https://github.com/chainstacklabs/pumpfun-bonkfun-bot) - [Solana: Listening to pump.fun token mint using Geyser](/docs/solana-listening-to-pumpfun-token-mint-using-geyser) - [Solana: Listening to programs using Geyser and Yellowstone gRPC (Node.js)](/docs/solana-listening-to-programs-using-geyser-and-yellowstone-grpc-node-js) - [Yellowstone repository](https://github.com/rpcpool/yellowstone-grpc)