-
Notifications
You must be signed in to change notification settings - Fork 55
/
foundry.toml
37 lines (36 loc) · 957 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
[default]
src = 'contracts'
test = 'test'
out = 'out'
libs = ['lib']
remappings = [
'@juicebox=contracts/',
'@chainlink=lib/chainlink/',
'@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/',
'@paulrberg/contracts/math/=lib/prb-math/contracts',
'prb-math=lib/prb-math/',
'ds-test/=lib/ds-test/src/',
'forge-std/=lib/forge-std/src/',
]
libraries = []
cache = true
force = false
evm_version = 'london'
gas_reports = ['*']
auto_detect_solc = true
optimizer = true
optimizer_runs = 200
verbosity = 0
ignored_error_codes = []
fuzz_runs = 1024
ffi = false
sender = '0x00a329c0648769a73afac7f9381e08fb43dbea72'
tx_origin = '0x00a329c0648769a73afac7f9381e08fb43dbea72'
initial_balance = '0xffffffffffffffffffffffff'
block_number = 14126430
gas_limit = 9223372036854775807
gas_price = 0
block_base_fee_per_gas = 0
block_coinbase = '0x0000000000000000000000000000000000000000'
block_timestamp = 1643802347
block_difficulty = 0