dexorder
This commit is contained in:
25
foundry-default.toml
Normal file
25
foundry-default.toml
Normal file
@@ -0,0 +1,25 @@
|
||||
[profile.default]
|
||||
solc_version = '0.8.26'
|
||||
libs = ['lib']
|
||||
remappings = [
|
||||
'@openzeppelin/contracts/=lib_openzeppelin_contracts/contracts/',
|
||||
'@uniswap/=lib_uniswap/',
|
||||
'@forge-std/=lib_forge_std/src/',
|
||||
]
|
||||
sizes = true
|
||||
gas_reports = ['*']
|
||||
gas_reports_ignore = []
|
||||
via_ir = true
|
||||
optimizer = true
|
||||
optimizer_runs = 999999999
|
||||
|
||||
[profile.default.optimizer_details]
|
||||
constantOptimizer = true
|
||||
yul = true
|
||||
|
||||
[profile.default.optimizer_details.yulDetails]
|
||||
stackAllocation = true
|
||||
|
||||
[profile.default.rpc_endpoints]
|
||||
arbitrum_mock = 'https://arbitrum-one.publicnode.com'
|
||||
arbitrum_test = 'https://arbitrum-one.publicnode.com'
|
||||
Reference in New Issue
Block a user