Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2b6d97a

Browse files
committedDec 29, 2023
fix: linting
1 parent 65cffa9 commit 2b6d97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎contracts/scripts/wagmiHelpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const readArtifacts = async (viemChainName: string, hardhatChainName?: st
3030
const fileContent = await readFile(filePath, "utf-8");
3131
const jsonContent = JSON.parse(fileContent);
3232
results.push({
33-
name: name,
33+
name,
3434
address: {
3535
[chain.id]: jsonContent.address as `0x{string}`,
3636
},

0 commit comments

Comments
 (0)
Please sign in to comment.