proposal-template/foundry.toml

23 lines
353 B
TOML
Raw Normal View History

2023-05-26 16:24:16 -04:00
[profile.default]
# General
src = 'src'
out = 'out'
libs = ["node_modules", "lib"]
# Compiler
auto_detect_solc = true
via_ir = true
optimizer = true
optimizer-runs = 1
# Network
chain_id = 1
rpc_endpoints = { mainnet = "${MAINNET_RPC_URL}" }
# Tests
verbosity = 2
# Formatting
line_length = 110
number_underscore = 'thousands'
bracket_spacing = true