mirror of
https://github.com/luxfi/safe-magnetar.git
synced 2026-07-27 02:59:35 +00:00
16 lines
357 B
TOML
16 lines
357 B
TOML
[profile.default]
|
|
src = "contracts"
|
|
libs = ["lib"]
|
|
test = "tests"
|
|
out = "target/foundry"
|
|
cache_path = "target/foundry/cache"
|
|
|
|
solc_version = "0.8.29"
|
|
evm_version = "cancun"
|
|
optimizer = true
|
|
optimizer_runs = 1000000
|
|
via_ir = true
|
|
|
|
# Allow tests to read the bundled known-answer-test fixture.
|
|
fs_permissions = [{ access = "read", path = "./tests/kat.json" }]
|