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 65cffa9 commit 2b6d97aCopy full SHA for 2b6d97a
contracts/scripts/wagmiHelpers.ts
@@ -30,7 +30,7 @@ export const readArtifacts = async (viemChainName: string, hardhatChainName?: st
30
const fileContent = await readFile(filePath, "utf-8");
31
const jsonContent = JSON.parse(fileContent);
32
results.push({
33
- name: name,
+ name,
34
address: {
35
[chain.id]: jsonContent.address as `0x{string}`,
36
},
0 commit comments