Skip to content

Commit 772b41c

Browse files
committed
T
1 parent f937136 commit 772b41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ auto_detect_solc = false
1010
optimizer = true
1111
optimizer_runs = 1_000
1212
gas_limit = 100_000_000 # ETH is 30M, but we use a higher value.
13+
block_gas_limit = 100_000_000
1314
skip = ["*/*7702*", "*/*Transient*", "*/ext/ithaca/*", "*/ext/zksync/*"]
1415
fs_permissions = [{ access = "read", path = "./test/data"}]
1516
remappings = [
@@ -31,7 +32,6 @@ skip = []
3132
[profile.ithaca]
3233
evm_version = "cancun"
3334
odyssey = true
34-
gas_limit = 100_000_000
3535
skip = []
3636

3737
[profile.solx]

0 commit comments

Comments
 (0)