Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Oct 18, 2024
1 parent 9d63f5d commit 1274887
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/executor/executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ export class Executor {
} catch (e: unknown) {
if (e instanceof BaseError) {
if (isTransactionUnderpricedError(e)) {
this.logger.warn("Transaction underpriced, retrying")
request.maxFeePerGas = scaleBigIntByPercent(
request.maxFeePerGas,
150
Expand Down

0 comments on commit 1274887

Please sign in to comment.