Sfoglia il codice sorgente

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

Paul Razvan Berg 3 anni fa
parent
commit
dcc6ab0681
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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";