File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,20 @@ optimizer = true
8
8
optimizer_runs = 100
9
9
via_ir = false
10
10
solc_version = ' 0.8.9'
11
+ remappings = [' ds-test/=lib/forge-std/lib/ds-test/src/' ,
12
+ ' forge-std/=lib/forge-std/src/' ,
13
+ ' @openzeppelin/contracts/=node_modules/@openzeppelin/contracts/' ,
14
+ ' @openzeppelin/contracts-upgradeable/=node_modules/@openzeppelin/contracts-upgradeable/' ]
11
15
12
16
[profile .yul ]
13
17
src = ' yul'
14
18
out = ' out/yul'
15
19
libs = [' node_modules' , ' lib' ]
16
20
cache_path = ' forge-cache/yul'
21
+ remappings = []
22
+ auto_detect_remappings = false
17
23
18
24
[fmt ]
19
25
number_underscore = ' thousands'
20
26
line_length = 100
21
- # See more config options https://github.com/foundry-rs/foundry/tree/master/config
27
+ # See more config options https://github.com/foundry-rs/foundry/tree/master/config
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments