Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
james-a-morris committed Oct 31, 2023
1 parent 047d1de commit 2b2f03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/suggested-fees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const handler = async (
throw new InputError("Unsupported token address");
}

relayerAddress ??= getDefaultRelayerAddress(
relayer ??= getDefaultRelayerAddress(
tokenInformation.symbol,
Number(destinationChainId)
);
Expand Down

0 comments on commit 2b2f03e

Please sign in to comment.