Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Aug 1, 2023
1 parent eebb215 commit f7eb7dd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tasks/deploy-replay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ export const deploy = async (
hre: HardhatRuntimeEnvironment
) => {
const contracts = Object.values(KnownContracts);

// const networkList = networks ? networks : Object.keys(hre.config.networks);

// for (const network of networkList) {
console.log(`\n\x1B[4m\x1B[1m${hre.network.name}\x1B[0m`);

const [deployer] = await hre.ethers.getSigners();
Expand Down

0 comments on commit f7eb7dd

Please sign in to comment.