Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
SidestreamColdMelon committed Nov 27, 2023
1 parent 25b40f7 commit 316882d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DssSpell.sol
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ contract DssSpellAction is DssAction {
// Note: as stability fee is 0 for this deal, this should be equal to ilk DC
RwaLiquidationOracleLike(MIP21_LIQUIDATION_ORACLE).bump(
"RWA014-A",
1500 * MILLION * WAD
1_500 * MILLION * WAD
);

// Note: we have to update collateral price to propagate the changes
Expand Down
2 changes: 1 addition & 1 deletion src/test/config.sol
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,7 @@ contract Config {
aL_line: 0,
aL_gap: 0,
aL_ttl: 0,
line: 1500 * MILLION,
line: 1_500 * MILLION,
dust: 0,
pct: 0,
mat: 100_00,
Expand Down

0 comments on commit 316882d

Please sign in to comment.