Fix linting errors
This commit is contained in:
@@ -25,16 +25,16 @@ contract TestAssertStorageParams is
|
||||
StakingProxy
|
||||
{
|
||||
struct StorageParams {
|
||||
uint256 epochDurationInSeconds;
|
||||
uint32 rewardDelegatedStakeWeight;
|
||||
uint256 minimumPoolStake;
|
||||
uint256 maximumMakersInPool;
|
||||
uint32 cobbDouglasAlphaNumerator;
|
||||
uint32 cobbDouglasAlphaDenominator;
|
||||
address wethProxyAddress;
|
||||
address ethVaultAddress;
|
||||
address rewardVaultAddress;
|
||||
address zrxVaultAddress;
|
||||
uint256 epochDurationInSeconds;
|
||||
uint32 rewardDelegatedStakeWeight;
|
||||
uint256 minimumPoolStake;
|
||||
uint256 maximumMakersInPool;
|
||||
uint32 cobbDouglasAlphaNumerator;
|
||||
uint32 cobbDouglasAlphaDenominator;
|
||||
address wethProxyAddress;
|
||||
address ethVaultAddress;
|
||||
address rewardVaultAddress;
|
||||
address zrxVaultAddress;
|
||||
}
|
||||
|
||||
constructor()
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { blockchainTests, constants, expect, filterLogsToArguments } from '@0x/contracts-test-utils';
|
||||
import { StakingRevertErrors } from '@0x/order-utils';
|
||||
import { blockchainTests, expect, filterLogsToArguments } from '@0x/contracts-test-utils';
|
||||
import { AuthorizableRevertErrors, BigNumber } from '@0x/utils';
|
||||
|
||||
import { artifacts, IStakingEventsParamsSetEventArgs, MixinParamsContract } from '../src/';
|
||||
|
||||
Reference in New Issue
Block a user