-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Add DeployFeesDepositor script #18223
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
base: develop
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #18223 +/- ##
===========================================
+ Coverage 76.62% 82.08% +5.46%
===========================================
Files 179 124 -55
Lines 10717 6694 -4023
===========================================
- Hits 8212 5495 -2717
+ Misses 2359 1199 -1160
+ Partials 146 0 -146
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
packages/contracts-bedrock/scripts/deploy/DeployFeesDepositor.s.sol
Outdated
Show resolved
Hide resolved
| IProxy _feesDepositorProxy, | ||
| IFeesDepositor _feesDepositorImpl, |
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.
Missing natSpec for these two
packages/contracts-bedrock/scripts/deploy/DeployFeesDepositor.s.sol
Outdated
Show resolved
Hide resolved
Co-authored-by: Disco <[email protected]>
0xChin
left a comment
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.
looking good!
0xDiscotech
left a comment
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!
Description
Adds a script for deploying the
FeesDepositor. This script follows the pattern of other existing 'one off' deployment scripts (ie.DeployMips2.s.sol) as well as the tests of those scripts.