Skip to content

Commit 5a860f6

Browse files
authored
feat: add etherscan configs (#19)
1 parent b0db7c4 commit 5a860f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hardhat.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ const config: HardhatUserConfig = {
2222
: 'auto',
2323
},
2424
},
25+
etherscan: {
26+
apiKey: process.env.ETHERSCAN_API_KEY,
27+
},
28+
sourcify: {
29+
enabled: true,
30+
}
2531
};
2632

2733
export default config;

0 commit comments

Comments
 (0)