From f43858c609e99bff886e4f2e030121219c0c24da Mon Sep 17 00:00:00 2001 From: Pavel Shyliahau Date: Sat, 16 Mar 2024 21:18:55 -0500 Subject: [PATCH] dasd --- client/TurboBot.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/client/TurboBot.ts b/client/TurboBot.ts index e72ef0b..5458760 100644 --- a/client/TurboBot.ts +++ b/client/TurboBot.ts @@ -119,7 +119,14 @@ export class TurboBot { "jsonrpc": "2.0", "id": 1, "method": "logsSubscribe", - "params": ["all"] + "params": [ + { + "mentions": [RAYDIUM_PUBLIC_KEY] + }, + { + "commitment": "confirmed" + } + ] } ) )