Skip to content

Commit bba7c6d

Browse files
Fernando Cezar Bernardellipalango
authored andcommitted
top up account initial balance
1 parent 0b3c07f commit bba7c6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

raiden_contracts/tests/fixtures/base/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def get(privkey: Optional[PrivateKey] = None) -> HexAddress:
3838
{
3939
"from": faucet,
4040
"to": address,
41-
"value": Wei(1 * int(units["finney"])),
41+
"value": Wei(100 * int(units["finney"])),
4242
}
4343
)
4444
break

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt
22
black==21.12b0
3-
eth-tester[py-evm]==0.5.0b4
3+
eth-tester[py-evm]==0.6.0b4
44
coverage
55
pytest
66
pytest-cov

0 commit comments

Comments
 (0)