20 lines
332 B
TOML
20 lines
332 B
TOML
[profile.default]
|
|
src = "tests/contracts"
|
|
out = "tests/out"
|
|
libs = ["lib"]
|
|
test = "tests"
|
|
cache_path = "tests/cache"
|
|
force = false
|
|
|
|
[profile.default.optimizer]
|
|
enabled = true
|
|
runs = 200
|
|
|
|
[profile.default.fmt]
|
|
line_length = 120
|
|
tab_width = 4
|
|
|
|
[rpc_endpoints]
|
|
arbitrum = "https://arb1.arbitrum.io/rpc"
|
|
local = "http://localhost:8545"
|