proposal-25-restore-rewards/foundry.toml
2023-06-03 03:05:18 -07:00

23 lines
355 B
TOML

[profile.default]
# General
src = 'src'
out = 'out'
libs = ["node_modules", "lib"]
# Compiler
auto_detect_solc = true
via_ir = true
optimizer = true
optimizer-runs = 200
# Network
chain_id = 1
rpc_endpoints = { mainnet = "${MAINNET_RPC_URL}" }
# Tests
verbosity = 3
# Formatting
line_length = 140
number_underscore = 'thousands'
bracket_spacing = true