Skip to content

Commit

Permalink
top up account initial balance
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Cezar Bernardelli authored and palango committed Jan 5, 2022
1 parent 0b3c07f commit bba7c6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion raiden_contracts/tests/fixtures/base/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get(privkey: Optional[PrivateKey] = None) -> HexAddress:
{
"from": faucet,
"to": address,
"value": Wei(1 * int(units["finney"])),
"value": Wei(100 * int(units["finney"])),
}
)
break
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements.txt
black==21.12b0
eth-tester[py-evm]==0.5.0b4
eth-tester[py-evm]==0.6.0b4
coverage
pytest
pytest-cov
Expand Down

0 comments on commit bba7c6d

Please sign in to comment.