Raise local bytecode limit for test helpers

This commit is contained in:
openhands 2025-10-12 17:44:53 +00:00
parent 10f011f136
commit 861bad5b00

View file

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