diff --git a/packages/round-manager/src/features/round/ViewApplicationPage.tsx b/packages/round-manager/src/features/round/ViewApplicationPage.tsx index 0bf3de5e6e..7b7d51e5ac 100644 --- a/packages/round-manager/src/features/round/ViewApplicationPage.tsx +++ b/packages/round-manager/src/features/round/ViewApplicationPage.tsx @@ -346,7 +346,7 @@ export default function ViewApplicationPage() { const encryptedString: Blob = await response.blob(); const lit = new Lit({ - chainId: Number(chainId!), + chainId: Number(roundChainId!), contract: roundId.startsWith("0x") ? roundId : round?.payoutStrategy.id ?? "",