Skip to content

Commit

Permalink
chore: removed empty field from UniV3 setState logs
Browse files Browse the repository at this point in the history
  • Loading branch information
KanievskyiDanylo committed Dec 10, 2024
1 parent 2f3eeaf commit 7accd00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/dex/pancakeswap-v3/pancakeswap-v3-pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,6 @@ export class PancakeSwapV3EventPool extends StatefulEventSubscriber<PoolState> {
this.logger.info(
`PancakeV3: Setting state: ${!!state ? 'non-empty' : 'empty'} for ${
this.name
} ${
this.addressesSubscribed[0]
} for bn: '${blockNumber}' due to reason: '${
reason ?? 'outside_of_event_subscriber'
}'`,
Expand Down
2 changes: 0 additions & 2 deletions src/dex/uniswap-v3/uniswap-v3-pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,6 @@ export class UniswapV3EventPool extends StatefulEventSubscriber<PoolState> {
this.logger.info(
`UniV3: Setting state: '${!!state ? 'non-empty' : 'empty'}' for ${
this.name
} ${
this.addressesSubscribed[0]
} for bn: '${blockNumber}' due to reason: '${
reason ?? 'outside_of_event_subscriber'
}'`,
Expand Down

0 comments on commit 7accd00

Please sign in to comment.