feat: Add a production foundry profile
It can be used with FOUNDRY_PROFILE=production forge build --- don't change below this line --- ENG-4223 Took 15 minutes
This commit is contained in:
@@ -8,6 +8,16 @@ optimizer = true
|
|||||||
optimizer_runs = 200
|
optimizer_runs = 200
|
||||||
via_ir = true
|
via_ir = true
|
||||||
|
|
||||||
|
[profile.production]
|
||||||
|
src = 'src'
|
||||||
|
out = 'out'
|
||||||
|
libs = ['lib']
|
||||||
|
auto_detect_sol = true
|
||||||
|
evm_version = 'cancun'
|
||||||
|
optimizer = true
|
||||||
|
optimizer_runs = 44444444
|
||||||
|
via_ir = true
|
||||||
|
|
||||||
[rpc_endpoints]
|
[rpc_endpoints]
|
||||||
mainnet = "${RPC_URL}"
|
mainnet = "${RPC_URL}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user