forked from thirdweb-dev/contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfoundry.toml
39 lines (39 loc) · 1.07 KB
/
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
39
[default]
solc-version = "0.8.12"
#auto_detect_solc = false
cache = true
evm_version = 'london'
force = false
gas_reports = ["Multiwrap", "SignatureDrop"]
libraries = []
libs = ['lib']
optimizer = true
optimizer_runs = 490
out = 'artifacts_forge'
remappings = [
#' @chainlink=node_modules/@chainlink/contracts/src/',
'@chainlink/contracts/src=node_modules/@chainlink/contracts/src/',
'@ds-test=lib/ds-test/src/',
'@openzeppelin=node_modules/@openzeppelin/',
'@std=lib/forge-std/src/',
'contracts/=contracts/',
'erc721a-upgradeable/=node_modules/erc721a-upgradeable/',
'erc721a/=node_modules/erc721a/',
]
src = 'contracts'
test = 'src/test'
verbosity = 0
#ignored_error_codes = []
#fuzz_runs = 100
ffi = true
#sender = '0x00a329c0648769a73afac7f9381e08fb43dbea72'
#tx_origin = '0x00a329c0648769a73afac7f9381e08fb43dbea72'
#initial_balance = '0xffffffffffffffffffffffff'
#block_number = 0
#chain_id = 1
#gas_limit = 9223372036854775807
#gas_price = 0
#block_base_fee_per_gas = 0
#block_coinbase = '0x0000000000000000000000000000000000000000'
#block_timestamp = 0
#block_difficulty = 0