Skip to content

Commit

Permalink
feat: remove dev tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Valeri committed Aug 12, 2021
1 parent 189a89a commit 3693feb
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 319 deletions.
3 changes: 1 addition & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { BUIDLEREVM_CHAINID, COVERAGE_CHAINID } from './helpers/buidler-constant
import { buildForkConfig } from './helper-hardhat-config';
import { fork } from 'child_process';


require('dotenv').config();

import '@nomiclabs/hardhat-ethers';
Expand All @@ -26,7 +25,7 @@ const ETHERSCAN_KEY = process.env.ETHERSCAN_KEY || '';

// Prevent to load scripts before compilation and typechain
if (!SKIP_LOAD) {
['misc', 'dev'].forEach((folder) => {
['misc'].forEach((folder) => {
const tasksPath = path.join(__dirname, 'tasks', folder);
fs.readdirSync(tasksPath)
.filter((pth) => pth.includes('.ts'))
Expand Down
9 changes: 0 additions & 9 deletions tasks/dev/1_mock_tokens.ts

This file was deleted.

26 changes: 0 additions & 26 deletions tasks/dev/2_address_provider_registry.ts

This file was deleted.

49 changes: 0 additions & 49 deletions tasks/dev/3_pool.ts

This file was deleted.

89 changes: 0 additions & 89 deletions tasks/dev/4_oracles.ts

This file was deleted.

57 changes: 0 additions & 57 deletions tasks/dev/5_initialize.ts

This file was deleted.

68 changes: 0 additions & 68 deletions tasks/misc/print-config.ts

This file was deleted.

9 changes: 0 additions & 9 deletions tasks/misc/print-contracts.ts

This file was deleted.

10 changes: 0 additions & 10 deletions tasks/misc/print-fork-config.ts

This file was deleted.

0 comments on commit 3693feb

Please sign in to comment.