hardhat-tracer added to dev branch

This commit is contained in:
PedroCailleret
2022-12-03 00:59:18 -03:00
parent 606c093947
commit ac9bc6fa46
2 changed files with 5 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ import { HardhatUserConfig } from "hardhat/config";
import { NetworkUserConfig } from "hardhat/types";
import { resolve } from "path";
import "hardhat-tracer";
dotenvConfig({ path: resolve(__dirname, "./.env") });
const mnemonic: string | undefined = process.env.MNEMONIC;