Skip to content

Commit

Permalink
dsa
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelSyntronic committed Mar 16, 2024
1 parent fc36639 commit 6f20e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/TurboBot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class TurboBot {

const raydium = new PublicKey(RAYDIUM_PUBLIC_KEY);

const ss = this.connection.onAccountChange(raydium, (acc) => {
const ss = this.connection.onProgramAccountChange(raydium, (acc) => {
console.log(`Acc changed`)
})

Expand Down

0 comments on commit 6f20e25

Please sign in to comment.