Introduce ethereum-types package
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Callback, ErrorCallback, NextCallback, Subprovider } from '@0xproject/subproviders';
|
||||
import { BlockParam, CallData, JSONRPCRequestPayload, TransactionTrace, TxData } from '@0xproject/types';
|
||||
import { BlockParam, CallData, JSONRPCRequestPayload, TransactionTrace, TxData } from 'ethereum-types';
|
||||
import * as fs from 'fs';
|
||||
import * as _ from 'lodash';
|
||||
import { Lock } from 'semaphore-async-await';
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { OpCode, StructLog, TransactionTrace } from '@0xproject/types';
|
||||
import { OpCode, StructLog, TransactionTrace } from 'ethereum-types';
|
||||
import { addressUtils, BigNumber, logUtils } from '@0xproject/utils';
|
||||
import { addHexPrefix, stripHexPrefix } from 'ethereumjs-util';
|
||||
import * as fs from 'fs';
|
||||
|
Reference in New Issue
Block a user