Skip to content

Commit 1f48ba1

Browse files
committed
pass fast-tests
1 parent ada430d commit 1f48ba1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

packages/contracts-bedrock/foundry.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,14 @@ optimizer = false
137137
additional_compiler_profiles = [
138138
{ name = "dispute", optimizer_runs = 5000 },
139139
{ name = "via-ir", via_ir = true },
140+
{ name = "op-contracts", optimizer_runs = 5000 },
140141
]
141142
compilation_restrictions = [
142-
{ paths = "src/dispute/FaultDisputeGame.sol", optimizer_runs = 5000 },
143-
{ paths = "src/dispute/PermissionedDisputeGame.sol", optimizer_runs = 5000 },
144-
{ paths = "src/L1/OPContractsManager.sol", optimizer_runs = 5000 },
145-
{ paths = "src/L1/StandardValidator.sol", optimizer_runs = 5000 },
146-
{ paths = "src/L1/OptimismPortal2.sol", optimizer_runs = 5000 },
143+
{ paths = "src/dispute/FaultDisputeGame.sol", profile = "dispute" },
144+
{ paths = "src/dispute/PermissionedDisputeGame.sol", profile = "dispute" },
145+
{ paths = "src/L1/OPContractsManager.sol", profile = "op-contracts" },
146+
{ paths = "src/L1/StandardValidator.sol", profile = "op-contracts" },
147+
{ paths = "src/L1/OptimismPortal2.sol", profile = "op-contracts" },
147148
{ paths = "lib/espresso-tee-contracts/lib/nitro-validator/**", via_ir = false },
148149
{ paths = "lib/espresso-tee-contracts/lib/automata-dcap-attestation/**", via_ir = true },
149150
]

0 commit comments

Comments
 (0)