Explorar el Código

refactor: rename 'deployers' dir to 'deploy'

Paul Razvan Berg hace 3 años
padre
commit
2e44a919f2
Se han modificado 3 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      hardhat.config.ts
  2. 0 0
      tasks/deploy/greeter.ts
  3. 0 0
      tasks/deploy/index.ts

+ 1 - 1
hardhat.config.ts

@@ -5,7 +5,7 @@ import "solidity-coverage";
 
 import "./tasks/accounts";
 import "./tasks/clean";
-import "./tasks/deployers";
+import "./tasks/deploy";
 
 import { resolve } from "path";
 

+ 0 - 0
tasks/deployers/greeter.ts → tasks/deploy/greeter.ts


+ 0 - 0
tasks/deployers/index.ts → tasks/deploy/index.ts