Skip to content

Commit

Permalink
bug: remove reconstruct script
Browse files Browse the repository at this point in the history
  • Loading branch information
juliopavila committed Aug 26, 2024
1 parent ed4513f commit b4b7c97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const argv = yargs(hideBin(process.argv))
dotenv.config();
const { INFURA_KEY, MNEMONIC, ETHERSCAN_API_KEY, PK } = process.env;

import "./tasks/reconstruct-mastercopy";
import "./tasks/deploy-mastercopies";
import "./tasks/deploy-mastercopy";
import "./tasks/extract-mastercopy";
Expand Down

0 comments on commit b4b7c97

Please sign in to comment.