Skip to content

Commit

Permalink
update web3 to 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ssallam committed Sep 2, 2020
1 parent e49e636 commit 59cff60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'pycryptodomex',
'tqdm',
'pytz',
'web3==4.5.0',
'web3==4.7.1',
# web3 requires eth-abi, requests, and more,
# so those will be installed too.
# See https://github.com/ethereum/web3.py/blob/master/setup.py
Expand Down
2 changes: 1 addition & 1 deletion tests/ocean/test_simple_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_simple_flow():
# 1. Alice publishes a dataset (= publishes a datatoken)
config = {
'network': _config.network_url,
'factory.address': DTFactory.configured_address(network, _config.address_file),
'dtfactory.address': DTFactory.configured_address(network, _config.address_file),
}
ocean = Ocean(config)
token = ocean.create_data_token(dataset_download_endpoint, 'DataToken1', 'DT1', alice_wallet)
Expand Down

0 comments on commit 59cff60

Please sign in to comment.