Skip to content

Commit

Permalink
watcher: change FT solana log name
Browse files Browse the repository at this point in the history
  • Loading branch information
panoel committed Jan 16, 2025
1 parent 9f86b22 commit 93cb107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watcher/src/watchers/FTSolanaWatcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export class FTSolanaWatcher extends SolanaWatcher {
new PublicKey(this.USDC_MINT)
);
this.connection = new Connection(this.rpc);
this.logger = getLogger(`fast_transfer_solana_${network.toLowerCase()}`);
this.logger = getLogger(`FT_Solana_${network.toLowerCase()}`);
this.eventParser = new EventParser(
new PublicKey(this.MATCHING_ENGINE_PROGRAM_ID),
this.matchingEngineBorshCoder
Expand Down

0 comments on commit 93cb107

Please sign in to comment.