Skip to content

Commit

Permalink
adjust comments to align with exec sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
oddaf committed Aug 20, 2024
1 parent 0f27e22 commit 5f41aea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DssSpell.sol
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ contract DssSpellAction is DssAction {
// MCD_LITE_PSM_USDC_A buf: Increase by 180 million DAI, from 20 million DAI to 200 million DAI
dstBuf: 200 * MILLION * WAD,

// Increase by 7,450 million DAI, from 50 million DAI to 7,500 million DAI.
// LITE-PSM-USDC-A DC-IAM line: Increase by 7,450 million DAI, from 50 million DAI to 7,500 million DAI.
dstMaxLine: 7_500 * MILLION * RAD,

// Increase by 180 million DAI, from 20 million DAI to 200 million DAI.
// LITE-PSM-USDC-A DC-IAM gap: Increase by 180 million DAI, from 20 million DAI to 200 million DAI.
dstGap: 200 * MILLION * RAD,

// LITE-PSM-USDC-A DC-IAM ttl: 12h (Unchanged)
Expand Down

0 comments on commit 5f41aea

Please sign in to comment.