Skip to content

Commit

Permalink
chore: fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdecr1pto committed Aug 25, 2023
1 parent ff63fcf commit 52e9d4e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/test/config.sol
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ contract Config {
afterSpell.cat_box = 20 * MILLION; // In whole Dai units
afterSpell.dog_Hole = 70 * MILLION; // In whole Dai units
afterSpell.esm_min = 150 * THOUSAND; // In whole MKR units
afterSpell.pause_authority = chief; // Pause authority
afterSpell.osm_mom_authority = chief; // OsmMom authority
afterSpell.flipper_mom_authority = chief; // FlipperMom authority
afterSpell.clipper_mom_authority = chief; // ClipperMom authority
afterSpell.d3m_mom_authority = chief; // D3MMom authority
afterSpell.pause_authority = chief; // Pause authority
afterSpell.osm_mom_authority = chief; // OsmMom authority
afterSpell.flipper_mom_authority = address(0); // FlipperMom authority
afterSpell.clipper_mom_authority = chief; // ClipperMom authority
afterSpell.d3m_mom_authority = chief; // D3MMom authority
afterSpell.ilk_count = 64; // Num expected in system
afterSpell.chainlog_version = "1.16.0"; // String expected in system

Expand Down

0 comments on commit 52e9d4e

Please sign in to comment.