Skip to content

Commit

Permalink
Update src/DssSpell.sol
Browse files Browse the repository at this point in the history
Co-authored-by: amusingaxl <[email protected]>
  • Loading branch information
0xdecr1pto and amusingaxl authored Oct 25, 2024
1 parent c16d97a commit 93c4455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DssSpell.sol
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ contract DssSpellAction is DssAction {
uint256 internal constant FIVE_PT_TWO_PCT_RATE = 1000000001607468111246255079;

// --- Math ---
uint256 internal constant RAD = 10 ** 45;
uint256 internal constant RAD = 10 ** 45;

address internal immutable USDS = DssExecLib.getChangelogAddress("USDS");
address internal immutable SUSDS = DssExecLib.getChangelogAddress("SUSDS");
Expand Down

0 comments on commit 93c4455

Please sign in to comment.