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

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