-
Notifications
You must be signed in to change notification settings - Fork 0
/
foundry.toml
38 lines (37 loc) · 922 Bytes
/
foundry.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[profile.default]
solc_version = "0.8.20"
block_base_fee_per_gas = 0
block_coinbase = '0x0000000000000000000000000000000000000000'
block_difficulty = 0
block_number = 0
block_timestamp = 0
cache = true
cache_path = 'cache'
evm_version = 'london'
extra_output = []
extra_output_files = []
ffi = false
force = false
fuzz_max_global_rejects = 65536
fuzz_max_local_rejects = 1024
fuzz_runs = 1000
gas_limit = 9223372036854775807
gas_price = 0
gas_reports = ['*']
ignored_error_codes = [1878]
initial_balance = '0xffffffffffffffffffffffff'
libraries = []
libs = ['modules']
names = false
offline = false
optimizer = true
optimizer_runs = 888888
out = 'out'
sender = '0x00a329c0648769a73afac7f9381e08fb43dbea72'
sizes = false
src = 'contracts'
test = 'tests'
tx_origin = '0x00a329c0648769a73afac7f9381e08fb43dbea72'
verbosity = 0
via_ir = false
# See more config options https://github.com/foundry-rs/foundry/tree/master/config