This file contains hidden or 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
| // SPDX-License-Identifier: Unlicense | |
| pragma solidity >=0.6.0 <0.9.0; | |
| import "./Script.sol"; | |
| import "ds-test/test.sol"; | |
| // Wrappers around Cheatcodes to avoid footguns | |
| abstract contract Test is DSTest, Script { | |
| using stdStorage for StdStorage; |