feat: add new distributor - #377
Conversation
|
This pull request has been linked to 1 task:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #377 +/- ##
==========================================
+ Coverage 66.82% 67.44% +0.61%
==========================================
Files 70 71 +1
Lines 2963 3010 +47
Branches 647 658 +11
==========================================
+ Hits 1980 2030 +50
+ Misses 783 779 -4
- Partials 200 201 +1 ☔ View full report in Codecov by Sentry. |
|
Gas Report: |
arr00
left a comment
There was a problem hiding this comment.
Coming along well. Some thoughts so far.
Co-authored-by: Brian Le <brian@brianle.xyz>
arr00
left a comment
There was a problem hiding this comment.
Looks good for the most part. A few comments
Co-authored-by: Arr00 <13561405+arr00@users.noreply.github.com>
| // Token address used to indicate ETH. | ||
| IERC20 private constant ETH_ADDRESS = IERC20(0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE); | ||
|
|
||
| function distribute( |
There was a problem hiding this comment.
Would like detailed natspec here. It's a pretty advanced function. Otherwise PR looks good.
Motivation
Solution
Link T-4299