-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbrownie-config.yaml
35 lines (35 loc) · 1 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
# Brownie configuration file
# https://eth-brownie.readthedocs.io/en/latest/config.html
network:
default: development # the default network that brownie connects to
settings:
gas_limit: false
gas_price: false
reverting_tx_gas_limit: false # if false, reverting tx's will raise without broadcasting
pytest:
# these settings replace the defaults when running pytest
gas_limit: 6721975
default_contract_owner: false
reverting_tx_gas_limit: 6721975
revert_traceback: false
compiler:
solc:
version: 0.5.4
evm_version: null
optimize: true
runs: 200
minify_source: false
remappings:
- "@openzeppelin=OpenZeppelin/[email protected]"
colors:
key:
value: bright blue
callable: bright cyan
module: bright blue
contract: bright magenta
contract_method: bright magenta
string: bright magenta
dull: dark white
error: bright red
success: bright green
pending: bright yellow