restore CI builds

This commit is contained in:
MarcZenn
2018-12-12 18:20:30 -08:00
parent c7593e66bf
commit dbebbecab1
3 changed files with 3 additions and 7 deletions

View File

@@ -21,6 +21,4 @@ declare module 'web3-provider-engine/subproviders/fixture' {
): void;
}
export = FixtureSubprovider;
}
declare module 'trezor-connect';
}

View File

@@ -47,6 +47,7 @@ export {
OnNextCompleted,
MnemonicWalletSubproviderConfigs,
LedgerGetAddressResult,
TrezorSubproviderConfig,
} from './types';
export { ECSignature, EIP712Object, EIP712ObjectValue, EIP712TypedData, EIP712Types, EIP712Parameter } from '@0x/types';

View File

@@ -1,9 +1,6 @@
import { ECSignature } from '@0x/types';
import { JSONRPCRequestPayload } from 'ethereum-types';
import HDNode = require('hdkey');
import TrezorConnect from 'trezor-connect';
export interface LedgerCommunicationClient {
close: () => Promise<void>;
}
@@ -140,7 +137,7 @@ export interface JSONRPCRequestPayloadWithMethod extends JSONRPCRequestPayload {
}
export interface TrezorSubproviderConfig {
trezorConnectClientApi: typeof TrezorConnect;
trezorConnectClientApi: any;
}
export interface TrezorGetAddressResponsePayload {