Skip to content

Commit 511e2ed

Browse files
committed
fixed stack too deep
1 parent ca9b27e commit 511e2ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/oapp/foundry.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ out = 'out'
55
test = 'test/foundry'
66
cache_path = 'cache/foundry'
77
verbosity = 3
8+
<<<<<<< HEAD
89
optimize = true
910
optimizer_runs = 1000
11+
=======
12+
via_ir = true
13+
>>>>>>> 4198e33b (fixed stack too deep)
1014
libs = [
1115
# We provide a set of useful contract utilities
1216
# in the lib directory of @layerzerolabs/toolbox-foundry:

0 commit comments

Comments
 (0)