Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelSyntronic committed Mar 16, 2024
1 parent 971fdbe commit b3864f4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions client/TurboBot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,11 @@ export class TurboBot {
JSON.stringify({
"jsonrpc": "2.0",
"id": 1,
"method": "logsSubscribe",
"method": "programSubscribe",
"params": [
RAYDIUM_PUBLIC_KEY,
{
"mentions": [raydium.toString()]
},
{
"commitment": "confirmed"
"encoding": "jsonParsed"
}
]
})
Expand Down

0 comments on commit b3864f4

Please sign in to comment.