Create "barrel" index file for hardhat tasks #2293
Create "barrel" index file for hardhat tasks #2293smartcontracts merged 1 commit intoethereum-optimism:developfrom
Conversation
create an index.ts file in the tasks folder which re-exports each of the tasks Also, change all of the tasks imports in hardhat.config.ts to './tasks'
|
smartcontracts
left a comment
There was a problem hiding this comment.
Great work!! Thank you.
Codecov Report
@@ Coverage Diff @@
## develop #2293 +/- ##
========================================
Coverage 80.08% 80.08%
========================================
Files 77 77
Lines 2460 2460
Branches 450 450
========================================
Hits 1970 1970
Misses 490 490
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
|
Awesome work @kkp82611. Feel free to send me an email at [kelvin AT optimism DOT io] with your ETH address to get an Optimism Contributor Club NFT :-) |
…urtosis services (#2293) ## Description Adds a simple RPC endpoint retriever from kurtosis services. This will allow us to finally deprecate the devnet-sdk by migrating the remaining tests using the RPC endpoint provider to the devstack.
Description
create an index.ts file in the tasks folder which re-exports each of the tasks
Also, change all of the tasks imports in hardhat.config.ts to './tasks'
Metadata