Skip to content

Commit

Permalink
dsad
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelSyntronic committed Mar 17, 2024
1 parent 32c1560 commit 4816399
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion client/TurboBot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,12 @@ export class TurboBot {
const ws = new WebSocket(config.rpcWsURL)
ws.onopen = () => {
ws.send(
JSON.stringify({ "jsonrpc": "2.0", "id": 1, "method": "slotSubscribe" }
JSON.stringify({
"jsonrpc": "2.0",
"id": 1,
"method": "logsSubscribe",
"params": ["all"]
}
)
)

Expand Down

0 comments on commit 4816399

Please sign in to comment.