Skip to content

Commit

Permalink
more checksum addrs (#476)
Browse files Browse the repository at this point in the history
* more checksum addrs

* Bump version: 1.0.16 → 1.0.17
  • Loading branch information
alexcos20 authored Jun 6, 2022
1 parent 1ff4c66 commit d22bb86
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.16
current_version = 1.0.17
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions ocean_provider/utils/provider_fees.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ def get_provider_fees(
["bytes", "address", "address", "uint256", "uint256"],
[
web3.toHex(web3.toBytes(text=provider_data)),
provider_fee_address,
provider_fee_token,
web3.toChecksumAddress(provider_fee_address),
web3.toChecksumAddress(provider_fee_token),
provider_fee_amount,
valid_until,
],
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
url="https://github.com/oceanprotocol/provider-py",
# fmt: off
# bumpversion needs single quotes
version='1.0.16',
version='1.0.17',
# fmt: on
zip_safe=False,
)

0 comments on commit d22bb86

Please sign in to comment.