diff options
-rw-r--r-- | packages/contract-wrappers/src/utils/zeroex_transaction_decoder.ts (renamed from packages/utils/src/zeroex_transaction_decoder.ts) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/utils/src/zeroex_transaction_decoder.ts b/packages/contract-wrappers/src/utils/zeroex_transaction_decoder.ts index f236257cb..441424e92 100644 --- a/packages/utils/src/zeroex_transaction_decoder.ts +++ b/packages/contract-wrappers/src/utils/zeroex_transaction_decoder.ts @@ -4,8 +4,7 @@ import { SimpleContractArtifact } from '@0x/types'; import { AbiDefinition, ContractAbi } from 'ethereum-types'; import * as _ from 'lodash'; -import { TransactionDecoder } from './transaction_decoder'; -import { DeployedContractInfo, DeployedContractInfoByName, TransactionData, TransactionProperties } from './types'; +import { DeployedContractInfo, DeployedContractInfoByName, TransactionData, TransactionDecoder, TransactionProperties } from '@0x/utils'; export class ZeroExTransactionDecoder extends TransactionDecoder { private static _instance: ZeroExTransactionDecoder; |