We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89239c4 commit 0a59293Copy full SHA for 0a59293
packages/round-manager/src/features/round/ViewApplicationPage.tsx
@@ -346,7 +346,7 @@ export default function ViewApplicationPage() {
346
const encryptedString: Blob = await response.blob();
347
348
const lit = new Lit({
349
- chainId: Number(chainId!),
+ chainId: Number(roundChainId!),
350
contract: roundId.startsWith("0x")
351
? roundId
352
: round?.payoutStrategy.id ?? "",
0 commit comments