Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions protocol-units/settlement/mcr/contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ ffi = true
gas_limit = 9223372036854775807 # this is only needed for the multiround settlement test
build_info = true
extra_output = ["storageLayout"]
via_ir = true

solc = "0.8.26"
evm_version = "cancun"

[profile.default.optimizer]
enabled = true
runs = 200

fs_permissions = [{ access = "read-write", path = "./script/"}]

[profile.dependencies]
Expand Down
Loading