diff --git a/src/executor/executor.ts b/src/executor/executor.ts index ed81c1e1..006ad4ac 100644 --- a/src/executor/executor.ts +++ b/src/executor/executor.ts @@ -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