소스 검색

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";