Skip to content

Commit

Permalink
deployment: cross-registration - get mint reecipient based on the target
Browse files Browse the repository at this point in the history
  • Loading branch information
solanoepalacio committed Aug 23, 2024
1 parent 2d0216c commit c6c766f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ evm.runOnEvms("cross-registration-token-router", async (chain, _, log) => {
const circleDomain = circle.toCircleChainId(chain.network, toChain(router.chainId));
const routerChain = toChain(router.chainId);
const routerAddress = toUniversal(routerChain, router.address).toString();
const mintRecipient = getMintRecipient(chain.chainId, routerAddress);
const mintRecipient = getMintRecipient(router.chainId as ChainId, routerAddress);
const endpoint = {
router: routerAddress,
mintRecipient
Expand Down

0 comments on commit c6c766f

Please sign in to comment.