diff --git a/src/test/config.sol b/src/test/config.sol index 8f4d36002..b2036a6db 100644 --- a/src/test/config.sol +++ b/src/test/config.sol @@ -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