Skip to content

Commit b4a3aac

Browse files
committed
removed unused input
1 parent 97b7169 commit b4a3aac

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

foundry.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@ remappings = [
2121
"@solady=lib/solady/src",
2222
]
2323

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-
3224
[profile.ci]
3325
inherit = "default"
3426
optimizer_runs = 200 # Override optimizer runs to reduce the compact contract sizes

test/ERC7683Allocator.t.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ import {IOriginSettler} from 'src/interfaces/ERC7683/IOriginSettler.sol';
2525
import {IERC7683Allocator} from 'src/interfaces/IERC7683Allocator.sol';
2626
import {IOnChainAllocator} from 'src/interfaces/IOnchainAllocator.sol';
2727

28-
import {ISimpleAllocator} from 'src/interfaces/ISimpleAllocator.sol';
2928
import {ERC20Mock} from 'src/test/ERC20Mock.sol';
30-
import {TheCompactMock} from 'src/test/TheCompactMock.sol';
3129

3230
abstract contract MocksSetup is Test, TestHelper {
3331
address user;

0 commit comments

Comments
 (0)