-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(op-deployer): Accept existing impl in DelayedWETH
bootstrap task
#13250
Conversation
a6720e2
to
874831a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
packages/contracts-bedrock/scripts/deploy/DeployDelayedWETH.s.sol
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #13250 +/- ##
============================================
- Coverage 64.58% 42.92% -21.66%
============================================
Files 175 754 +579
Lines 11535 68013 +56478
Branches 1133 0 -1133
============================================
+ Hits 7450 29197 +21747
- Misses 3830 36345 +32515
- Partials 255 2471 +2216
Flags with carried forward coverage won't be shown. Click here to find out more.
|
…ask (#13250) * chore(op-deployer): Accept existing impl in `DelayedWETH` bootstrap task * remove check
Overview
Alters the
delayedweth
bootstrap task to take the existing implementation as an input, rather than pulling it from the standard versions toml.