Skip to content

Commit 2feea83

Browse files
committed
feat: add etherscan and sourcify configs
1 parent 33814aa commit 2feea83

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
@@ -20,6 +20,12 @@ const config: HardhatUserConfig = {
2020
gasPrice: process.env.BTP_GAS_PRICE ? parseInt(process.env.BTP_GAS_PRICE) : "auto",
2121
},
2222
},
23+
etherscan: {
24+
apiKey: process.env.ETHERSCAN_API_KEY,
25+
},
26+
sourcify: {
27+
enabled: true,
28+
}
2329
};
2430

2531
export default config;

0 commit comments

Comments
 (0)