Skip to content

Commit 6671d74

Browse files
authored
chore: trim testdata config file (#11940)
1 parent dff0c35 commit 6671d74

File tree

1 file changed

+2
-43
lines changed

1 file changed

+2
-43
lines changed

testdata/foundry.toml

Lines changed: 2 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,14 @@
11
[profile.default]
2+
src = "./"
3+
test = "./"
24
solc = "0.8.18"
3-
block_base_fee_per_gas = 0
4-
block_coinbase = "0x0000000000000000000000000000000000000000"
5-
block_difficulty = 0
6-
block_prevrandao = "0x0000000000000000000000000000000000000000000000000000000000000000"
7-
block_number = 0
8-
block_timestamp = 0
9-
bytecode_hash = "ipfs"
10-
cache = true
11-
cache_path = "cache"
125
evm_version = "paris"
13-
extra_output = []
14-
extra_output_files = []
156
ffi = false
16-
force = false
17-
invariant_fail_on_revert = false
18-
invariant_call_override = false
19-
invariant_shrink_run_limit = 5000
20-
gas_limit = 9223372036854775807
21-
gas_price = 0
22-
gas_reports = ["*"]
23-
ignored_error_codes = [1878]
24-
deny = false
25-
initial_balance = "0xffffffffffffffffffffffff"
26-
libraries = []
27-
libs = ["lib"]
28-
names = false
29-
no_storage_caching = false
30-
no_rpc_rate_limit = false
31-
offline = false
32-
optimizer = true
33-
optimizer_runs = 200
34-
out = "out"
35-
remappings = ["ds-test/=lib/ds-test/src/"]
36-
sender = "0x00a329c0648769a73afac7f9381e08fb43dbea72"
37-
sizes = false
38-
sparse_mode = false
39-
src = "./"
40-
test = "./"
41-
tx_origin = "0x00a329c0648769a73afac7f9381e08fb43dbea72"
42-
verbosity = 3
43-
via_ir = false
447
fs_permissions = [{ access = "read-write", path = "./" }]
458

469
[profile.default.rpc_storage_caching]
4710
chains = "all"
4811
endpoints = "all"
4912

50-
[fuzz]
51-
runs = 256
52-
max_test_rejects = 65536
53-
5413
[fmt]
5514
ignore = ["cheats/Vm.sol"]

0 commit comments

Comments
 (0)