File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ [default ]
2
+ auto_detect_solc = true
3
+ block_base_fee_per_gas = 0
4
+ block_coinbase = ' 0x0000000000000000000000000000000000000000'
5
+ block_difficulty = 0
6
+ block_number = 0
7
+ block_timestamp = 0
8
+ cache = true
9
+ cache_path = ' cache'
10
+ evm_version = ' london'
11
+ extra_output = []
12
+ extra_output_files = []
13
+ ffi = false
14
+ force = false
15
+ fuzz_max_global_rejects = 65536
16
+ fuzz_max_local_rejects = 1024
17
+ fuzz_runs = 256
18
+ gas_limit = 9223372036854775807
19
+ gas_price = 0
20
+ gas_reports = [' *' ]
21
+ ignored_error_codes = [1878 ]
22
+ initial_balance = ' 0xffffffffffffffffffffffff'
23
+ libraries = []
24
+ libs = [' node_modules' ]
25
+ names = false
26
+ offline = false
27
+ optimizer = true
28
+ optimizer_runs = 888888
29
+ out = ' artifacts'
30
+ sender = ' 0x00a329c0648769a73afac7f9381e08fb43dbea72'
31
+ sizes = false
32
+ src = ' contracts'
33
+ test = ' test'
34
+ tx_origin = ' 0x00a329c0648769a73afac7f9381e08fb43dbea72'
35
+ verbosity = 0
36
+ via_ir = false
Original file line number Diff line number Diff line change
1
+ @openzeppelin/=node_modules/@openzeppelin/
2
+ hardhat/=node_modules/hardhat/
You can’t perform that action at this time.
0 commit comments