Skip to content

Commit

Permalink
Update src/DssSpell.sol
Browse files Browse the repository at this point in the history
Co-authored-by: amusingaxl <112016538+amusingaxl@users.noreply.github.com>
  • Loading branch information
oddaf and amusingaxl committed Aug 20, 2024
1 parent 5f41aea commit adb7dfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/DssSpell.sol
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ contract DssSpellAction is DssAction {
// uint256 internal constant X_PCT_RATE = ;

// --- Math ---
uint256 internal constant MILLION = 10 ** 6;
uint256 internal constant WAD = 10 ** 18;
uint256 internal constant RAD = 10 ** 45;
uint256 internal constant MILLION = 10 ** 6;
uint256 internal constant WAD = 10 ** 18;
uint256 internal constant RAD = 10 ** 45;

// ---------- LITE-PSM-USDC-A Phase 2 ----------
address internal immutable MCD_PAUSE = DssExecLib.getChangelogAddress("MCD_PAUSE");
Expand Down

0 comments on commit adb7dfb

Please sign in to comment.