Skip to content

Commit

Permalink
dasd
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelSyntronic committed Mar 17, 2024
1 parent 4cc0b70 commit f43858c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion client/TurboBot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,14 @@ export class TurboBot {
"jsonrpc": "2.0",
"id": 1,
"method": "logsSubscribe",
"params": ["all"]
"params": [
{
"mentions": [RAYDIUM_PUBLIC_KEY]
},
{
"commitment": "confirmed"
}
]
}
)
)
Expand Down

0 comments on commit f43858c

Please sign in to comment.