Skip to content

Commit 3aabfe6

Browse files
fix(ct): give kontrol access to full src (ethereum-optimism#12181)
Kontrol profile was originally just looking at the L1 contracts which caused issues now that we're deploying via vm.getCode.
1 parent fa9ab5e commit 3aabfe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contracts-bedrock/foundry.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ optimizer = false
8787
# See test/kontrol/README.md for an explanation of how the profiles are configured
8888

8989
[profile.kdeploy]
90-
src = 'src/L1'
90+
src = 'src'
9191
out = 'kout-deployment'
9292
test = 'test/kontrol'
9393
script = 'scripts-kontrol'

0 commit comments

Comments
 (0)