Remove ContractAddresses from packages/types (mistake after rebase)
This commit is contained in:
parent
00db096d2e
commit
be1a597250
@ -624,25 +624,3 @@ export interface EIP712TypedData {
|
||||
export interface Stats {
|
||||
orderCount: number;
|
||||
}
|
||||
|
||||
export interface ContractAddresses {
|
||||
erc20Proxy: string;
|
||||
erc721Proxy: string;
|
||||
zrxToken: string;
|
||||
etherToken: string;
|
||||
exchange: string;
|
||||
assetProxyOwner: string;
|
||||
forwarder: string;
|
||||
orderValidator: string;
|
||||
}
|
||||
|
||||
export interface OptionalContractAddresses {
|
||||
erc20Proxy?: string;
|
||||
erc721Proxy?: string;
|
||||
zrxToken?: string;
|
||||
etherToken?: string;
|
||||
exchange?: string;
|
||||
assetProxyOwner?: string;
|
||||
forwarder?: string;
|
||||
orderValidator?: string;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user