-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbrownie-config.yml
48 lines (42 loc) · 1.19 KB
/
brownie-config.yml
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
networks:
default: mainnet-fork
cmd_settings:
gas_limit: 10000000
port: 8545
accounts: 10
mnemonic: brownie
unlock:
- 0x5d3a536E4D6DbD6114cc1Ead35777bAB948E3643
- 0x39aa39c021dfbae8fac545936693ac917d5e7563
- 0xc11b1268c1a384e55c48c2391d8d480264a3a7f4
- 0x93054188d876f558f4a66B2EF1d97d16eDf0895B
- 0x47ac0Fb4F2D84898e4D9E7b4DaB3C24507a6D503
- 0x13aec50f5D3c011cd3fed44e2a30C515Bd8a5a06
- 0x16463c0fdB6BA9618909F5b120ea1581618C1b9E
- 0xB60eF661cEdC835836896191EDB87CC025EFd0B7
- 0x28C6c06298d514Db089934071355E5743bf21d60
- 0x2FAF487A4414Fe77e2327F0bf4AE2a264a776AD2
- 0x3f5CE5FBFe3E9af3971dD833D26bA9b5C936f0bE
- 0xBE0eB53F46cd790Cd13851d5EFf43D12404d33E8
autofetch_sources: True
# require OpenZepplin Contracts
dependencies:
- OpenZeppelin/[email protected]
compiler:
solc:
version: 0.8.0
remappings:
- "@openzeppelin=OpenZeppelin/[email protected]"
hypothesis:
max_examples: 25
report_multiple_bugs: False
stateful_step_count: 10
phases:
explicit: true
reuse: true
generate: true
target: true
shrink: true
reports:
exclude_contracts:
- SafeMath