vault/orderlib initial impl compiles

This commit is contained in:
Tim Olson
2023-09-21 16:51:57 -04:00
parent 46501a7e6d
commit 2925a1cc0c
9 changed files with 285 additions and 204 deletions

View File

@@ -6,12 +6,21 @@ remappings = [
'@uniswap/v3-core/=lib/v3-core/',
'@uniswap/v3-periphery/=lib/v3-periphery/',
]
optimizer=true
optimizer_runs=999999999
sizes = true
via_ir = false
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]
# todo put these into a secrets file