feat: Add BytecodeExporter to TestUtils
Add example usage for BalancerV2 Took 2 hours 27 minutes Took 10 seconds
This commit is contained in:
@@ -7,7 +7,7 @@ evm_version = 'cancun'
|
||||
optimizer = true
|
||||
optimizer_runs = 200
|
||||
via_ir = true
|
||||
fs_permissions = [{ access = "read", path = "./test/assets" }]
|
||||
fs_permissions = [{ access = "read", path = "./test/assets" }, { access = "write", path = "./test" }]
|
||||
|
||||
[profile.production]
|
||||
src = 'src'
|
||||
|
||||
Reference in New Issue
Block a user