fix(ctb): Update hardhat.json to fix hh deploy#5352
Conversation
Missing values were causing a type error, which prevented running the basic 'npx hardhat deploy` script.
|
✅ Deploy Preview for opstack-docs canceled.
|
|
tynes
left a comment
There was a problem hiding this comment.
Looks good to me given the linting is fixed
|
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
44cc77c to
8e76fac
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #5352 +/- ##
===========================================
- Coverage 39.04% 36.10% -2.94%
===========================================
Files 383 292 -91
Lines 25952 22468 -3484
Branches 801 179 -622
===========================================
- Hits 10132 8112 -2020
+ Misses 15041 13577 -1464
Partials 779 779
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
334f195 to
8e76fac
Compare
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |

Adds a
phase1()methods to the MSD which consolidates the various stepN() methods into two groups.This is the first PR in a series that will significantly reduce the number of multisig transactions which need to be executed.
I tested this primarily by running the deploy scripts locally.