Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 7a66ffd

Browse files
committed
Remove lido from tasks folder
1 parent c2649bb commit 7a66ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const FORK_BLOCK = process.env.FORK_BLOCK == 'false' ? undefined : 11608298
3232

3333
// Prevent to load scripts before compilation and typechain
3434
if (!SKIP_LOAD) {
35-
['misc', 'migrations', 'dev', 'full', 'verifications', 'deployments', 'helpers', 'lido'].forEach(
35+
['misc', 'migrations', 'dev', 'full', 'verifications', 'deployments', 'helpers'].forEach(
3636
(folder) => {
3737
const tasksPath = path.join(__dirname, 'tasks', folder);
3838
fs.readdirSync(tasksPath)

0 commit comments

Comments
 (0)