feat: Add BytecodeExporter to TestUtils

Add example usage for BalancerV2

Took 2 hours 27 minutes


Took 10 seconds
This commit is contained in:
Diana Carvalho
2025-08-21 16:59:26 +01:00
parent cc9801ff91
commit cea964e0a5
3 changed files with 28 additions and 1 deletions

View File

@@ -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'