Skip to content

Commit

Permalink
fix: temp ignore cached gas price (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaki authored Sep 5, 2024
1 parent 00ab5f0 commit abec098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit abec098

Please sign in to comment.