Skip to content

Commit

Permalink
feat: perform act pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandr-masl committed Sep 19, 2024
1 parent 07fc15d commit 3274964
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ contract UbiquityPoolSecurityMonitor is Initializable, UUPSUpgradeable {

if (liquidityDiffPercentage >= thresholdPercentage) {
monitorPaused = true;

// TODO: Pause the UbiquityDollarToken

// Pause LibUbiquityPool by disabling collateral
Expand Down

0 comments on commit 3274964

Please sign in to comment.