generated from Kwenta/foundry-scaffold
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
541d205
commit 7439c41
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,15 +28,15 @@ import {SynthMinter} from "test/utils/SynthMinter.sol"; | |
/// @dev it gives the Engine contract ADMIN_PERMISSION over the account owned by the ACTOR | ||
/// which is defined by its accountId | ||
/// | ||
/// @custom:network it can deploy the SMv3 system to the | ||
/// @custom:network it can deploy the SMv3 system to the | ||
/// Optimism Goerli or Optimism network in a forked environment (relies on up-to-date constants) | ||
/// | ||
/// @custom:deployment it uses the deploy script in the script/ directory to deploy the SMv3 system | ||
/// and effectively tests the deploy script as well | ||
/// | ||
/// @author JaredBorders ([email protected]) | ||
contract Bootstrap is Test, Constants, Conditions, SynthetixV3Errors { | ||
// lets any test contract that inherits from this contract | ||
// lets any test contract that inherits from this contract | ||
// use the console.log() | ||
using console2 for *; | ||
|
||
|