2025-12-18 13:07:35 +08:00
|
|
|
[profile.default]
|
|
|
|
|
src = 'contracts'
|
|
|
|
|
out = 'out'
|
|
|
|
|
libs = ['node_modules', 'lib']
|
|
|
|
|
test = 'test'
|
|
|
|
|
cache_path = 'cache_forge'
|
|
|
|
|
via_ir = true
|
|
|
|
|
optimizer = true
|
2025-12-23 14:05:41 +08:00
|
|
|
optimizer_runs = 200
|
2025-12-24 16:41:26 +08:00
|
|
|
offline = true
|
|
|
|
|
no_storage_caching = true
|