a6bbe9e1f7
Signed-off-by: AlienTornadosaurusHex <>
14 lines
237 B
TOML
14 lines
237 B
TOML
[profile.default]
|
|
# General
|
|
src = 'src'
|
|
out = 'out'
|
|
libs = ["node_modules", "lib"]
|
|
|
|
# Compiler
|
|
auto_detect_solc = true
|
|
optimizer = true
|
|
optimizer-runs = 1_000_000
|
|
|
|
# Network
|
|
chain_id = 1
|
|
rpc_endpoints = { mainnet = "${MAINNET_RPC_URL}" } |