Skip to content

Commit

Permalink
create TestDependencies file
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed Jun 25, 2024
1 parent c7a179b commit 105c00f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/4337/contracts/test/Imports.sol

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ import "@safe-global/safe-contracts/contracts/libraries/MultiSend.sol";
import "@safe-global/safe-contracts/contracts/libraries/SafeStorage.sol";
import "@safe-global/safe-contracts/contracts/proxies/SafeProxyFactory.sol";
import "@safe-global/safe-contracts/contracts/SafeL2.sol";
// Named import for EntryPointSimulations needed because it also defines an interface for IERC165, which
// conflicts with the same interface defined in the Safe contracts.
/* solhint-disable-next-line no-unused-import */
import {EntryPointSimulations} from "@account-abstraction/contracts/core/EntryPointSimulations.sol";

0 comments on commit 105c00f

Please sign in to comment.