From 127488733ccf975b29e9a591b32fc60b4887366b Mon Sep 17 00:00:00 2001 From: mouseless <97399882+mouseless-eth@users.noreply.github.com> Date: Sat, 19 Oct 2024 00:59:28 +0100 Subject: [PATCH] add log --- src/executor/executor.ts | 1 + 1 file changed, 1 insertion(+) 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