Skip to content

Commit fd0ff9b

Browse files
committed
fix hardhat.config.js
1 parent 797a6d5 commit fd0ff9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic/42-merkle-distributor-airdrop/hardhat.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = {
2828
],
2929
},
3030
etherscan: {
31-
apiKey: "xxxx"
31+
apiKey: process.env.API_KEY
3232
},
3333
networks: {
3434
localhost: {

0 commit comments

Comments
 (0)