From 2b6d97ac3274b2ebe8f29c5bb362adfdd22e698b Mon Sep 17 00:00:00 2001 From: jaybuidl Date: Fri, 29 Dec 2023 03:05:05 +0100 Subject: [PATCH] fix: linting --- contracts/scripts/wagmiHelpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/scripts/wagmiHelpers.ts b/contracts/scripts/wagmiHelpers.ts index d0426ac64..701667c06 100644 --- a/contracts/scripts/wagmiHelpers.ts +++ b/contracts/scripts/wagmiHelpers.ts @@ -30,7 +30,7 @@ export const readArtifacts = async (viemChainName: string, hardhatChainName?: st const fileContent = await readFile(filePath, "utf-8"); const jsonContent = JSON.parse(fileContent); results.push({ - name: name, + name, address: { [chain.id]: jsonContent.address as `0x{string}`, },