Explorar o código

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

Paul Razvan Berg %!s(int64=3) %!d(string=hai) anos
pai
achega
dcc6ab0681
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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";