Skip to content

Commit c6c766f

Browse files
deployment: cross-registration - get mint reecipient based on the target
1 parent 2d0216c commit c6c766f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/scripts/evm/TokenRouter/cross-registration-token-router.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ evm.runOnEvms("cross-registration-token-router", async (chain, _, log) => {
1414
const circleDomain = circle.toCircleChainId(chain.network, toChain(router.chainId));
1515
const routerChain = toChain(router.chainId);
1616
const routerAddress = toUniversal(routerChain, router.address).toString();
17-
const mintRecipient = getMintRecipient(chain.chainId, routerAddress);
17+
const mintRecipient = getMintRecipient(router.chainId as ChainId, routerAddress);
1818
const endpoint = {
1919
router: routerAddress,
2020
mintRecipient

0 commit comments

Comments
 (0)