Skip to content

fix: fuzz runs config and align spacing#513

Open
0xdevant wants to merge 3 commits intoUniswap:mainfrom
0xdevant:fix/fuzz-runs-config-in-foundry-toml
Open

fix: fuzz runs config and align spacing#513
0xdevant wants to merge 3 commits intoUniswap:mainfrom
0xdevant:fix/fuzz-runs-config-in-foundry-toml

Conversation

@0xdevant
Copy link
Copy Markdown

@0xdevant 0xdevant commented Jan 23, 2026

Related Issue

Fixes #512

Description of changes

Fixing the original fuzz_runs = 10_000 to fuzz.runs = 1_000 under [profile.default] and fuzz_runs = 100_000 to fuzz.runs = 5_000 under [profile.ci] in order to apply the correct number of fuzz runs.

I ran forge snapshot and forge test to make sure the tests are ran successfully after the new fuzz runs applied.

P.S.: Additional spacing aligned for gas_limit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Unknown fuzz_runs config applied in foundry.toml for fuzz tests

1 participant