contract_wrappers.py: add DevUtils wrapper
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 1.1.0 - TBD
|
||||
|
||||
- Added wrapper for DevUtils contract.
|
||||
|
||||
## 1.0.0 - 2019-08-08
|
||||
|
||||
- Initial release
|
||||
|
||||
@@ -22,6 +22,7 @@ CONTRACTS_TO_BE_WRAPPED = [
|
||||
"asset_proxy_owner",
|
||||
"coordinator",
|
||||
"coordinator_registry",
|
||||
"dev_utils",
|
||||
"dummy_erc20_token",
|
||||
"dummy_erc721_token",
|
||||
"dutch_auction",
|
||||
|
||||
Reference in New Issue
Block a user