Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion raiden_contracts/tests/test_deploy_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ def test_register_script(
"raiden_contracts.deploy.__main__._add_token_network_deploy_info"
) as add_tn_info:
get_deploy_info_mock.return_value = deployed_raiden_info
with patch.object(Eth, "get_balance", return_value=1), patch.object(Eth, "chainId", 61):
with patch.object(Eth, "get_balance", return_value=1):
runner = CliRunner()
result = runner.invoke(
register,
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ flake8-tuple>=0.4.1
flake8-bugbear>=20.1.2

# Testing
eth-tester[py-evm]==0.6.0b6
eth-tester[py-evm]==0.7.0b1
coverage
pytest
pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ click>=7.0
coincurve>=8.0.0
py-solc-x
semantic_version>=2.8
web3>=5.28.0
web3>=6.0.0b6
eth-abi>=2.0.0,<4.0.0
eth-utils>=1.8.4,<3.0.0
eth-typing>=2.2.1,<4.0.0