Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl committed Dec 29, 2023
1 parent 65cffa9 commit 2b6d97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/scripts/wagmiHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`,
},
Expand Down

0 comments on commit 2b6d97a

Please sign in to comment.