Import marshaller directly

This commit is contained in:
Leonid Logvinov
2018-08-09 17:00:05 +02:00
parent bb4d15005a
commit 68605ca261

View File

@@ -1,5 +1,4 @@
import { Web3Wrapper } from '@0xproject/web3-wrapper';
import { marshaller } from '@0xproject/web3-wrapper/lib/src/marshaller';
import { marshaller, Web3Wrapper } from '@0xproject/web3-wrapper';
import { JSONRPCRequestPayload, Provider } from 'ethereum-types';
import { Callback, ErrorCallback } from '../types';