Export ContractAbi from sol-tracing-utils

This commit is contained in:
Leonid Logvinov
2019-02-22 16:58:57 -08:00
parent 83b5a2709d
commit ab11aaa694
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ export {
Sources,
} from '@0x/sol-tracing-utils';
export { JSONRPCRequestPayload, JSONRPCResponsePayload, JSONRPCResponseError } from 'ethereum-types';
export { JSONRPCRequestPayload, JSONRPCResponsePayload, JSONRPCResponseError, ContractAbi } from 'ethereum-types';
export {
JSONRPCRequestPayloadWithMethod,