-
Notifications
You must be signed in to change notification settings - Fork 13
/
brownie-config.yaml
38 lines (38 loc) · 1.08 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
# Brownie configuration file
# https://eth-brownie.readthedocs.io/en/stable/config.html
network:
default: development # the default network that brownie connects to
settings:
gas_limit: "auto"
gas_price: "auto"
persist: true
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: true
reverting_tx_gas_limit: 6721975
revert_traceback: true
compiler:
evm_version: null
minify_source: false
solc:
version: null
optimize: true
runs: 200
remappings:
- "@openzeppelin=OpenZeppelin/[email protected]"
dependencies:
- 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