Skip to content

Commit 185f4b0

Browse files
committed
chore: Update hardhat.config.js to use dotenv.config()
1 parent 9551c7e commit 185f4b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

hardhat.config.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
const dotenv = require("dotenv");
2-
3-
dotenv.config();
1+
require('dotenv').config();
42

53
/**@type import('hardhat/config').HardhatUserConfig */
64
const config = {

0 commit comments

Comments
 (0)