We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9551c7e commit 185f4b0Copy full SHA for 185f4b0
hardhat.config.js
@@ -1,6 +1,4 @@
1
-const dotenv = require("dotenv");
2
-
3
-dotenv.config();
+require('dotenv').config();
4
5
/**@type import('hardhat/config').HardhatUserConfig */
6
const config = {
0 commit comments