Skip to content

Commit

Permalink
fix: log more info about tickers
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsower committed Jun 25, 2024
1 parent 00dfaf5 commit 36602af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/RedstoneServiceV3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export class RedstoneServiceV3 {
if (ticker) {
if (this.oracle.hasFeed(ticker.address)) {
this.log.debug(
ticker,
`will update redstone ticker ${ticker.symbol} for ${symb}`,
);
redstoneUpdates.push({
Expand Down

0 comments on commit 36602af

Please sign in to comment.