Fix linter issues
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { OpCode } from 'ethereum-types';
|
||||
|
||||
import { OpCodeToParamToStackOffset, OpCodeToGasCost } from './types';
|
||||
import { OpCodeToGasCost, OpCodeToParamToStackOffset } from './types';
|
||||
|
||||
const opCodeToParamToStackOffset: OpCodeToParamToStackOffset = {
|
||||
[OpCode.Call]: {
|
||||
|
||||
@@ -2,8 +2,8 @@ import { logUtils } from '@0x/utils';
|
||||
import { OpCode, StructLog } from 'ethereum-types';
|
||||
import * as _ from 'lodash';
|
||||
|
||||
import { utils } from './utils';
|
||||
import { constants } from './constants';
|
||||
import { utils } from './utils';
|
||||
|
||||
export interface ContractAddressToTraces {
|
||||
[contractAddress: string]: StructLog[];
|
||||
|
||||
Reference in New Issue
Block a user