From a8b0f3553fd66faf09267a720110f61399ee4caa Mon Sep 17 00:00:00 2001 From: Dong-Ha Kim Date: Thu, 5 Sep 2024 21:20:48 +0700 Subject: [PATCH] fix: temp ignore cached gas price --- api/_utils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/_utils.ts b/api/_utils.ts index ea8787c33..2ed3eb3d8 100644 --- a/api/_utils.ts +++ b/api/_utils.ts @@ -624,8 +624,8 @@ export const getRelayerFeeDetails = async ( amount, sdk.utils.isMessageEmpty(message), relayerAddress, - tokenPrice, - gasPrice + tokenPrice + // gasPrice // FIXME ); } catch (err: unknown) { const reason = resolveEthersError(err);