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);