File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,6 @@ remappings = [
21
21
" @solady=lib/solady/src" ,
22
22
]
23
23
24
- additional_compiler_profiles = [
25
- { name = " test" , via_ir = false , optimizer = false }
26
- ]
27
-
28
- compilation_restrictions = [
29
- { paths = " test/**" , via_ir = false , optimizer = false }
30
- ]
31
-
32
24
[profile .ci ]
33
25
inherit = " default"
34
26
optimizer_runs = 200 # Override optimizer runs to reduce the compact contract sizes
Original file line number Diff line number Diff line change @@ -25,9 +25,7 @@ import {IOriginSettler} from 'src/interfaces/ERC7683/IOriginSettler.sol';
25
25
import {IERC7683Allocator } from 'src/interfaces/IERC7683Allocator.sol ' ;
26
26
import {IOnChainAllocator} from 'src/interfaces/IOnchainAllocator.sol ' ;
27
27
28
- import {ISimpleAllocator} from 'src/interfaces/ISimpleAllocator.sol ' ;
29
28
import {ERC20Mock } from 'src/test/ERC20Mock.sol ' ;
30
- import {TheCompactMock} from 'src/test/TheCompactMock.sol ' ;
31
29
32
30
abstract contract MocksSetup is Test , TestHelper {
33
31
address user;
You can’t perform that action at this time.
0 commit comments