proposal-25-restore-rewards/foundry.toml

23 lines
348 B
TOML
Raw Normal View History

2023-06-03 13:05:18 +03:00
[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
[fmt]
2023-06-03 13:05:18 +03:00
line_length = 140
number_underscore = 'thousands'
bracket_spacing = true