-
Notifications
You must be signed in to change notification settings - Fork 177
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
[VEN-2322] Unlist Market #429
Conversation
_actionPaused[market][uint256(Action.ENTER_MARKET)] = true; | ||
_actionPaused[market][uint256(Action.LIQUIDATE)] = true; | ||
|
||
borrowCaps[market] = 0; |
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.
borrowCaps = 0 means unlimited borrowing, see here
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.
Yes we will be fixing it as part of another ticket and upgrade the comptroller.
Co-authored-by: Debugger022 <[email protected]>
…rotocol into feat/unlist-market
|
|
Removed opbnbtestnet and sepolia deployments |
Description
Resolves #
Checklist