complete checkin for juan; config tweaks & mock tweaks
This commit is contained in:
27
foundry-default.toml
Normal file
27
foundry-default.toml
Normal file
@@ -0,0 +1,27 @@
|
||||
[profile.default]
|
||||
solc_version = '0.7.6'
|
||||
libs = ['lib']
|
||||
remappings = [
|
||||
'@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/',
|
||||
'@uniswap/v3-core/=lib/v3-core/',
|
||||
'@uniswap/v3-periphery/=lib/v3-periphery/',
|
||||
]
|
||||
sizes = true
|
||||
gas_reports = ['*']
|
||||
gas_reports_ignore = []
|
||||
via_ir = false
|
||||
optimizer=true
|
||||
optimizer_runs=999999999
|
||||
|
||||
[profile.default.optimizer_details]
|
||||
constantOptimizer = true
|
||||
yul = true
|
||||
|
||||
[profile.default.optimizer_details.yulDetails]
|
||||
stackAllocation = true
|
||||
#optimizerSteps = 'dhfoDgvulfnTUtnIf'
|
||||
optimizerSteps = 'dhfoD[xarrscLMcCTU]uljmul'
|
||||
|
||||
[profile.default.rpc_endpoints]
|
||||
arbitrum_mock='...'
|
||||
arbitrum_test='...'
|
||||
Reference in New Issue
Block a user