We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbcfe00 commit d9ccf10Copy full SHA for d9ccf10
4 files changed
foundry.toml
@@ -10,7 +10,7 @@ auto_detect_solc = false
10
optimizer = true
11
optimizer_runs = 1_000
12
gas_limit = 100_000_000 # ETH is 30M, but we use a higher value.
13
-skip = ["*/*7702*", "*/*BlockHashLib*", "*/*Transient*", "*/ext/ithaca/*", "*/ext/zksync/*"]
+skip = ["*/*7702*", "*/*BlockHashLib*", "*/*Transient*", "*/ext/ithaca/*", "*/clz/*" ,"*/ext/zksync/*"]
14
fs_permissions = [{ access = "read", path = "./test/data"}]
15
remappings = [
16
"forge-std=test/utils/forge-std/"
0 commit comments