Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions PR_DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ I was tasked with working on **Multi-Claim Batching for Gas Efficiency** with th
## Screenshots/Videos

N/A (Smart Contract Implementation)


5 changes: 2 additions & 3 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ cache_path = "cache"

# See more config options https://github.com/foundry-rs/foundry/tree/master/config

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

[profile.default.model_checker]
contracts = { "contracts/WeightedStaking.sol" = [ "WeightedStaking" ], "contracts/staking.sol" = [ "Staking" ] }
Expand Down
Loading