Types cleanup

This commit is contained in:
PedroCailleret
2023-05-19 00:49:29 -03:00
parent 0b9b0307d2
commit 440048453b
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") });