-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
Signed-off-by: bennett <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
import { hre } from "../../../utils/utils.hre.ts"; | ||
Check failure on line 1 in test/evm/hardhat/Setup.ts GitHub Actions / Forge (20)
Check failure on line 1 in test/evm/hardhat/Setup.ts GitHub Actions / Lint (20)
Check failure on line 1 in test/evm/hardhat/Setup.ts GitHub Actions / Test (20)
Check failure on line 1 in test/evm/hardhat/Setup.ts GitHub Actions / Forge (20)
Check failure on line 1 in test/evm/hardhat/Setup.ts GitHub Actions / Lint (20)
|
||
hre.upgrades.silenceWarnings("unsafeAllowDelegatecall"); | ||
Check failure on line 2 in test/evm/hardhat/Setup.ts GitHub Actions / Forge (20)
Check failure on line 2 in test/evm/hardhat/Setup.ts GitHub Actions / Lint (20)
Check failure on line 2 in test/evm/hardhat/Setup.ts GitHub Actions / Test (20)
Check failure on line 2 in test/evm/hardhat/Setup.ts GitHub Actions / Forge (20)
Check failure on line 2 in test/evm/hardhat/Setup.ts GitHub Actions / Lint (20)
|