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

feat: fixes after secondary Spearbit review #290

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

lekhovitsky
Copy link
Collaborator

No description provided.

@lekhovitsky lekhovitsky merged commit 12aa418 into next Sep 30, 2024
2 checks passed
@lekhovitsky lekhovitsky deleted the fixes-after-secondary-spearbit-review branch September 30, 2024 15:55
Comment on lines -517 to +518
_setLossLiquidator(prevCreditFacade.lossLiquidator()); // I:[CC-22]
address lossLiquidator = prevCreditFacade.lossLiquidator();
if (lossLiquidator != address(0)) _setLossLiquidator(lossLiquidator); // I:[CC-22]
Copy link

@Saw-mon-and-Natalie Saw-mon-and-Natalie Oct 1, 2024

Choose a reason for hiding this comment

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

Just a note that migrateParams needs to be false when using a newer version of CC with an old version of CM since the old CFs connected to old CMs don't have the lossLiquidator() endpoint.

So the params and some other configurations might need to be set manually.

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.

3 participants