Linting
This commit is contained in:
parent
9fbd809344
commit
6ac9e11245
@ -25,6 +25,6 @@ const ParsedEtherscanTransactions: EtherscanTransaction[] = [
|
||||
cumulativeGasUsed: new BigNumber('6068925'),
|
||||
gasUsed: new BigNumber('6005925'),
|
||||
confirmations: new BigNumber('996941'),
|
||||
}
|
||||
},
|
||||
];
|
||||
export { ParsedEtherscanTransactions };
|
||||
|
@ -1,14 +1,12 @@
|
||||
import { BigNumber } from '@0x/utils';
|
||||
import * as chai from 'chai';
|
||||
import 'mocha';
|
||||
|
||||
import { EtherscanResponse, EtherscanTransactionResponse } from '../../../src/data_sources/etherscan';
|
||||
import { EtherscanTransaction } from '../../../src/entities';
|
||||
import { EtherscanResponse } from '../../../src/data_sources/etherscan';
|
||||
import { parseEtherscanTransactions } from '../../../src/parsers/etherscan';
|
||||
import { chaiSetup } from '../../utils/chai_setup';
|
||||
|
||||
import * as etherscanResponse from '../../fixtures/etherscan/api_v1_accounts_transactions.json';
|
||||
import { ParsedEtherscanTransactions } from '../../fixtures/etherscan/api_v1_accounts_transactions';
|
||||
import * as etherscanResponse from '../../fixtures/etherscan/api_v1_accounts_transactions.json';
|
||||
|
||||
chaiSetup.configure();
|
||||
const expect = chai.expect;
|
||||
|
Loading…
x
Reference in New Issue
Block a user