浏览代码

fix: delete import of stale task in "hardhat.config.ts"

Paul Razvan Berg 3 年之前
父节点
当前提交
dcc6ab0681
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      hardhat.config.ts

+ 0 - 1
hardhat.config.ts

@@ -4,7 +4,6 @@ import "hardhat-gas-reporter";
 import "solidity-coverage";
 
 import "./tasks/accounts";
-import "./tasks/clean";
 import "./tasks/deploy";
 
 import { resolve } from "path";