Disable Foundry bytecode size enforcement for tests
This commit is contained in:
parent
861bad5b00
commit
f7e0b4fd24
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue