Types cleanup

This commit is contained in:
PedroCailleret
2023-05-19 00:49:29 -03:00
committed by hueso
parent 9feb38db50
commit e9187008a3
17 changed files with 50 additions and 14 deletions

View File

@@ -4,6 +4,7 @@ import { config as dotenvConfig } from "dotenv";
import "hardhat-tracer";
import { HardhatUserConfig } from "hardhat/config";
import { NetworkUserConfig } from "hardhat/types";
import "hardhat-contract-sizer";
import { resolve } from "path";
dotenvConfig({ path: resolve(__dirname, "./.env") });