proposal-25-restore-rewards/foundry.toml

23 lines
340 B
TOML
Raw Permalink Normal View History

2023-06-03 13:05:18 +03:00
[profile.default]
# General
src = 'src'
out = 'out'
libs = ["node_modules", "lib"]
# Compiler
2023-06-13 21:33:37 +03:00
solc = "0.6.12"
2023-06-03 13:05:18 +03:00
via_ir = true
optimizer = true
optimizer-runs = 200
# Network
chain_id = 1
rpc_endpoints = { mainnet = "${MAINNET_RPC_URL}" }
# Tests
verbosity = 3
[fmt]
2023-06-03 13:05:18 +03:00
line_length = 140
number_underscore = 'thousands'
bracket_spacing = true