Skip to content
Merged
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
45 changes: 2 additions & 43 deletions testdata/foundry.toml
Original file line number Diff line number Diff line change
@@ -1,55 +1,14 @@
[profile.default]
src = "./"
test = "./"
solc = "0.8.18"
block_base_fee_per_gas = 0
block_coinbase = "0x0000000000000000000000000000000000000000"
block_difficulty = 0
block_prevrandao = "0x0000000000000000000000000000000000000000000000000000000000000000"
block_number = 0
block_timestamp = 0
bytecode_hash = "ipfs"
cache = true
cache_path = "cache"
evm_version = "paris"
extra_output = []
extra_output_files = []
ffi = false
force = false
invariant_fail_on_revert = false
invariant_call_override = false
invariant_shrink_run_limit = 5000
gas_limit = 9223372036854775807
gas_price = 0
gas_reports = ["*"]
ignored_error_codes = [1878]
deny = false
initial_balance = "0xffffffffffffffffffffffff"
libraries = []
libs = ["lib"]
names = false
no_storage_caching = false
no_rpc_rate_limit = false
offline = false
optimizer = true
optimizer_runs = 200
out = "out"
remappings = ["ds-test/=lib/ds-test/src/"]
sender = "0x00a329c0648769a73afac7f9381e08fb43dbea72"
sizes = false
sparse_mode = false
src = "./"
test = "./"
tx_origin = "0x00a329c0648769a73afac7f9381e08fb43dbea72"
verbosity = 3
via_ir = false
fs_permissions = [{ access = "read-write", path = "./" }]

[profile.default.rpc_storage_caching]
chains = "all"
endpoints = "all"

[fuzz]
runs = 256
max_test_rejects = 65536

[fmt]
ignore = ["cheats/Vm.sol"]
Loading