-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbrownie-config.yaml
60 lines (54 loc) · 1.26 KB
/
brownie-config.yaml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
project_structure:
build: build
contracts: contracts
interfaces: interfaces
reports: reports
scripts: scripts
tests: tests
networks:
default: short-lived
short-lived:
gas_limit: 12000000
gas_price: 0
reverting_tx_gas_limit: 12000000
default_contract_owner: true
cmd_settings:
gas_limit: 12000000
mnemonic: brownie
development:
gas_limit: 12000000
gas_price: 0
reverting_tx_gas_limit: 12000000
default_contract_owner: true
cmd_settings:
gas_limit: 12000000
mneumonic: brownie
live:
gas_limit: auto
gas_price: auto
reverting_tx_gas_limit: false
default_contract_owner: false
compiler:
evm_version: null
solc:
version: 0.5.7
optimizer:
enabled: true
runs: 200
remappings: null
console:
show_colors: true
color_style: monokai
auto_suggest: true
completions: true
reports:
exclude_paths: null
exclude_contracts: null
hypothesis:
deadline: null
max_examples: 50
report_multiple_bugs: False
stateful_step_count: 10
autofetch_sources: false
dependencies: null
dev_deployment_artifacts: false