Fix prettier issues
This commit is contained in:
@@ -2,7 +2,6 @@ import { constants, expect } from '@0x/contracts-test-utils';
|
||||
import { BigNumber } from '@0x/utils';
|
||||
import * as _ from 'lodash';
|
||||
|
||||
import { StakingApiWrapper } from '../utils/api_wrapper';
|
||||
import {
|
||||
BalanceByOwner,
|
||||
DelegatorBalancesByPoolId,
|
||||
@@ -13,6 +12,7 @@ import {
|
||||
RewardBalanceByPoolId,
|
||||
RewardByPoolId,
|
||||
} from '../../src/types';
|
||||
import { StakingApiWrapper } from '../utils/api_wrapper';
|
||||
|
||||
import { BaseActor } from './base_actor';
|
||||
|
||||
|
||||
@@ -2,8 +2,8 @@ import { expect } from '@0x/contracts-test-utils';
|
||||
import { BigNumber, RevertError } from '@0x/utils';
|
||||
import * as _ from 'lodash';
|
||||
|
||||
import { StakingApiWrapper } from '../utils/api_wrapper';
|
||||
import { StakeBalances, StakeInfo, StakeStatus, StoredBalance } from '../../src/types';
|
||||
import { StakingApiWrapper } from '../utils/api_wrapper';
|
||||
|
||||
import { BaseActor } from './base_actor';
|
||||
|
||||
|
||||
@@ -2,9 +2,10 @@ import { ERC20Wrapper } from '@0x/contracts-asset-proxy';
|
||||
import { blockchainTests, expect } from '@0x/contracts-test-utils';
|
||||
import * as _ from 'lodash';
|
||||
|
||||
import { deployAndConfigureContractsAsync, StakingApiWrapper } from './utils/api_wrapper';
|
||||
import { constants as stakingConstants } from '../src/constants';
|
||||
|
||||
import { deployAndConfigureContractsAsync, StakingApiWrapper } from './utils/api_wrapper';
|
||||
|
||||
// tslint:disable:no-unnecessary-type-assertion
|
||||
blockchainTests('Epochs', env => {
|
||||
// tokens & addresses
|
||||
|
||||
@@ -2,6 +2,9 @@ import { blockchainTests, constants, expect, filterLogsToArguments } from '@0x/c
|
||||
import { StakingRevertErrors } from '@0x/order-utils';
|
||||
import { AuthorizableRevertErrors, BigNumber, StringRevertError } from '@0x/utils';
|
||||
|
||||
import { constants as stakingConstants } from '../src/constants';
|
||||
|
||||
import { artifacts } from './artifacts';
|
||||
import {
|
||||
StakingContract,
|
||||
StakingProxyContract,
|
||||
@@ -11,10 +14,6 @@ import {
|
||||
TestStakingProxyStakingContractAttachedToProxyEventArgs,
|
||||
} from './wrappers';
|
||||
|
||||
import { artifacts } from './artifacts';
|
||||
|
||||
import { constants as stakingConstants } from '../src/constants';
|
||||
|
||||
blockchainTests('Migration tests', env => {
|
||||
let authorizedAddress: string;
|
||||
let notAuthorizedAddress: string;
|
||||
|
||||
@@ -3,10 +3,11 @@ import { blockchainTests, constants, expect } from '@0x/contracts-test-utils';
|
||||
import { StakingRevertErrors } from '@0x/order-utils';
|
||||
import * as _ from 'lodash';
|
||||
|
||||
import { constants as stakingConstants } from '../src/constants';
|
||||
|
||||
import { MakerActor } from './actors/maker_actor';
|
||||
import { PoolOperatorActor } from './actors/pool_operator_actor';
|
||||
import { deployAndConfigureContractsAsync, StakingApiWrapper } from './utils/api_wrapper';
|
||||
import { constants as stakingConstants } from '../src/constants';
|
||||
|
||||
// tslint:disable:no-unnecessary-type-assertion
|
||||
// tslint:disable:max-file-line-count
|
||||
|
||||
Reference in New Issue
Block a user