Skip to content

Commit

Permalink
fix: adds logging sets of tokens (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
montekki authored Oct 20, 2023
1 parent d624851 commit 5782ce7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chain-events/src/l2_events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ impl L2EventsListener {

let tokens = self.tokens.iter().cloned().collect::<Vec<_>>();

tracing::info!("Listeing to events from tokens {tokens:?}");

let past_filter = Filter::new()
.from_block(from_block)
.to_block(latest_block)
Expand Down

0 comments on commit 5782ce7

Please sign in to comment.