diff --git a/deployment/scripts/evm/TokenRouter/cross-registration-token-router.ts b/deployment/scripts/evm/TokenRouter/cross-registration-token-router.ts index 630e283c..d11a3257 100644 --- a/deployment/scripts/evm/TokenRouter/cross-registration-token-router.ts +++ b/deployment/scripts/evm/TokenRouter/cross-registration-token-router.ts @@ -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