Skip to content

Commit

Permalink
return destinationSpokePoolAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 committed Sep 10, 2024
1 parent 4f196f0 commit d9f3d44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/suggested-fees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,9 @@ const handler = async (
exclusiveRelayer,
exclusivityDeadline,
spokePoolAddress: getSpokePoolAddress(Number(computedOriginChainId)),
destinationSpokePoolAddress: getSpokePoolAddress(
Number(destinationChainId)
),
// Note: v3's new fee structure. Below are the correct values for the new fee structure. The above `*Pct` and `*Total`
// values are for backwards compatibility which will be removed in the future.
totalRelayFee: {
Expand Down

0 comments on commit d9f3d44

Please sign in to comment.