Skip to content
Open
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
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
nodejs-slim_20
foundry-bin
lcov
slither-analyzer
];

shellHook = ''
Expand Down
3 changes: 2 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ libs = ["dependencies"]
ffi = true
fuzz = { runs = 100_000 }
remappings = ["forge-std-1/=dependencies/forge-std-1.9.4/src/"]
allow_internal_expect_revert = true

[profile.default.fmt]
line_length = 120
Expand All @@ -24,4 +25,4 @@ forge-std = "1"

[profile.ci]
verbosity = 3
fuzz = { runs = 256 }
fuzz = { runs = 256 }
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"prepare": "husky",
"quicktest": "forge test -vvv --no-match-test \"(FFI|Fork|Fuzz|invariant)\" --no-match-contract Fork --offline",
"quicktest:gas": "npm run quicktest -- --gas-report",
"slither": "slither .",
"test": "forge test -vvv"
},
"directories": {
Expand Down
9 changes: 0 additions & 9 deletions slither.config.json

This file was deleted.