We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cef4cd commit e63b43bCopy full SHA for e63b43b
foundry.toml
@@ -3,4 +3,9 @@ src = "src"
3
out = "out"
4
libs = ["lib"]
5
6
+[fuzz]
7
+runs = 50
8
+max_test_rejects = 10000
9
+
10
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
11
remapping.txt
@@ -0,0 +1 @@
1
+@openzeppelin/=lib/openzeppelin-contracts/
0 commit comments