Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Oct 29, 2024
1 parent b0d3a2b commit e200576
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/handlers/gasPriceManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,7 @@ export class GasPriceManager {
await this.updateBaseFee(latestBlock)
}

if (this.config.chainType === "arbitrum") {
//await this.arbitrumManager.
}
this.logger.info("updated gas price values")
} catch (error) {
this.logger.error({ error }, "Error updating gas prices for block")
sentry.captureException(error)
Expand Down

0 comments on commit e200576

Please sign in to comment.