From fdb7d29fb0689900215948ab584594d2db491a30 Mon Sep 17 00:00:00 2001 From: spsjvc Date: Thu, 3 Oct 2024 12:38:43 +0200 Subject: [PATCH] refactor: remove type cast and add comment for context --- src/createRollupGetRetryablesFees.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/createRollupGetRetryablesFees.ts b/src/createRollupGetRetryablesFees.ts index 62271920..c075b92c 100644 --- a/src/createRollupGetRetryablesFees.ts +++ b/src/createRollupGetRetryablesFees.ts @@ -109,7 +109,7 @@ export async function createRollupGetRetryablesFees), percentIncrease: 30n, @@ -129,7 +131,7 @@ export async function createRollupGetRetryablesFees); + }); return decodeFunctionResult({ abi: deployHelperABI,