-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: chainsec fixes #33
Conversation
ape-config.yaml
Outdated
@@ -21,20 +21,27 @@ dependencies: | |||
- name: yearn-vaults | |||
github: yearn/yearn-vaults-v3 | |||
ref: v3.0.1 | |||
config_override: |
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.
DELETE
@@ -293,7 +304,7 @@ contract DebtAllocator { | |||
|
|||
// Check if it's over the threshold. | |||
if (toPull > minimumChange) { | |||
// Can't lower debt if there is unrealised losses. |
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.
Should everything be singular?
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.
probably but its too late
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.
Approved with comments
Co-authored-by: FP <[email protected]>
4b64c91
to
889f3d3
Compare
No description provided.