contract_wrappers.py: add DevUtils wrapper

This commit is contained in:
F. Eugene Aumson
2019-08-13 09:21:48 -04:00
parent 407495c278
commit 88998e6bb7
4 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 1.1.0 - TBD
- Added wrapper for DevUtils contract.
## 1.0.0 - 2019-08-08
- Initial release

View File

@@ -22,6 +22,7 @@ CONTRACTS_TO_BE_WRAPPED = [
"asset_proxy_owner",
"coordinator",
"coordinator_registry",
"dev_utils",
"dummy_erc20_token",
"dummy_erc721_token",
"dutch_auction",