Skip to content

Commit

Permalink
feat: migrating setup task
Browse files Browse the repository at this point in the history
  • Loading branch information
cristovaoth committed Aug 8, 2024
1 parent b9feb9f commit 7557a8a
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 135 deletions.
2 changes: 1 addition & 1 deletion packages/contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type { HttpNetworkUserConfig } from "hardhat/types";
dotenv.config();
const { INFURA_KEY, MNEMONIC, ETHERSCAN_API_KEY, PK } = process.env;

import "./src/tasks/setup";
import "./tasks/setup";
import "./tasks/mastercopy-deploy";
import "./tasks/mastercopy-extract";
import "./tasks/mastercopy-verify";
Expand Down
Loading

0 comments on commit 7557a8a

Please sign in to comment.