proposal-23-cheating-relaye.../foundry.toml

26 lines
370 B
TOML
Raw Permalink Normal View History

2023-06-05 18:30:37 +03:00
[profile.default]
# General
solc-version = "0.8.19"
2023-06-05 18:30:37 +03:00
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
# Tests
verbosity = 3
[rpc_endpoints]
mainnet = "${MAINNET_RPC_URL}"
[fmt]
line_length = 140
number_underscore = 'thousands'
bracket_spacing = true