We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f97f3 commit 9af368fCopy full SHA for 9af368f
basic/08-hardhat-graph/hardhat.config.js
@@ -5,17 +5,6 @@ require('dotenv').config();
5
const PRIVATE_KEY = process.env.PRIVATE_KEY;
6
const defaultNetwork = 'localhost';
7
8
-function mnemonic() {
9
- // try {
10
- // return fs.readFileSync('./mnemonic.txt').toString().trim();
11
- // } catch (e) {
12
- // if (defaultNetwork !== 'localhost') {
13
- // console.log('☢️ WARNING: No mnemonic file created for a deploy account.');
14
- // }
15
16
- return PRIVATE_KEY
17
-}
18
-
19
// You need to export an object to set up your config
20
// Go to https://hardhat.org/config/ to learn more
21
module.exports = {
0 commit comments