Skip to content

Commit

Permalink
fix: set default time in brownie config
Browse files Browse the repository at this point in the history
  • Loading branch information
skellet0r committed May 13, 2021
1 parent 01967a3 commit e802233
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions brownie-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ reports:
- contracts/testing/*.*

networks:
development:
cmd_settings:
accounts: 100
mainnet-fork:
cmd_settings:
unlock: 0xC447FcAF1dEf19A583F97b3620627BF69c05b5fB
development:
cmd_settings:
accounts: 100
time: 2021-05-12T21:52:33.856164
mainnet-fork:
cmd_settings:
unlock: 0xC447FcAF1dEf19A583F97b3620627BF69c05b5fB

autofetch_sources: True

0 comments on commit e802233

Please sign in to comment.