Skip to content

Commit

Permalink
improve: change recipient address
Browse files Browse the repository at this point in the history
  • Loading branch information
james-a-morris committed Oct 26, 2023
1 parent 6864270 commit 8bb7503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/limits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const handler = async (
ethers.BigNumber.from("10").pow(18),
computedOriginChainId,
Number(destinationChainId),
constants.ZERO_ADDRESS,
constants.DEFAULT_SIMULATED_RELAYER_ADDRESS,
tokenPriceNative
),
hubPool.callStatic.multicall(multicallInput, { blockTag: BLOCK_TAG_LAG }),
Expand Down

0 comments on commit 8bb7503

Please sign in to comment.