Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Remove DutchAuction and OrderValidator from python contract addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
moodlezoup committed Feb 5, 2020
1 parent 0a0f044 commit a82ccac
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ class ContractAddresses(NamedTuple):
forwarder: str
"""Address of the Forwarder contract."""

order_validator: str
"""Address of the OrderValidator contract."""

dutch_auction: str
"""Address of the DutchAuction contract."""

coordinator_registry: str
"""Address of the CoordinatorRegistry contract."""

Expand Down Expand Up @@ -146,8 +140,6 @@ def chain_to_addresses(chain_id: ChainId) -> ContractAddresses:
asset_proxy_owner=addresses["assetProxyOwner"],
zero_ex_governor=addresses["zeroExGovernor"],
forwarder=addresses["forwarder"],
order_validator=addresses["orderValidator"],
dutch_auction=addresses["dutchAuction"],
coordinator_registry=addresses["coordinatorRegistry"],
coordinator=addresses["coordinator"],
multi_asset_proxy=addresses["multiAssetProxy"],
Expand Down

0 comments on commit a82ccac

Please sign in to comment.