Disable Foundry bytecode size enforcement for tests

This commit is contained in:
openhands 2025-10-12 19:13:42 +00:00
parent 861bad5b00
commit f7e0b4fd24

View file

@ -7,7 +7,7 @@ gas_limit = 1_000_000_000
gas_price = 0
optimizer = true
optimizer_runs = 200
bytecode_size_limit = 40000
bytecode_size_limit = 0
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
[rpc_endpoints]