Skip to content
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

Add AAVE to deployment plan on BSC #294

Merged
merged 2 commits into from
Feb 15, 2025

Conversation

solovev
Copy link
Contributor

@solovev solovev commented Feb 2, 2025

No description provided.

@solovev solovev requested a review from LeoVS09 February 2, 2025 15:26
Copy link
Contributor

github-actions bot commented Feb 2, 2025

Slither analysis report

THIS CHECKLIST IS NOT COMPLETE. Use --show-ignored-findings to show all the results.
Summary

shadowing-state

Impact: High
Confidence: High

uint256[50] private __gap;

@@ -36,6 +36,6 @@ export async function attachToVault(

console.log(`Strategy attached successfully with ratio: ${debtRatio}!`)
if (debtRatio === 0n) {
console.warn('Debt ratio of the strategy is 0, so it\'s not active. You should adjust it manually!')
console.log('Debt ratio of the strategy is 0, so it\'s not active. You should adjust it manually!')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why? Log is easy to miss, warning is more noticable

@solovev solovev merged commit add48bb into development Feb 15, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants