From af217e316a76eef0365123722ba999907a6fcdcb Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 7 Sep 2017 20:28:45 +0200 Subject: Move Aftifact type definition to 'types' --- src/contract_wrappers/contract_wrapper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/contract_wrappers/contract_wrapper.ts') diff --git a/src/contract_wrappers/contract_wrapper.ts b/src/contract_wrappers/contract_wrapper.ts index ca19342f3..4e3fb5029 100644 --- a/src/contract_wrappers/contract_wrapper.ts +++ b/src/contract_wrappers/contract_wrapper.ts @@ -1,7 +1,7 @@ import * as _ from 'lodash'; import * as Web3 from 'web3'; import {Web3Wrapper} from '../web3_wrapper'; -import {ZeroExError} from '../types'; +import {ZeroExError, Artifact} from '../types'; import {utils} from '../utils/utils'; export class ContractWrapper { -- cgit v1.2.3