@0x/order-utils
: Fix staking error codes after rebase.
This commit is contained in:
parent
aa4ee2c166
commit
e4126189df
@ -23,16 +23,12 @@ export enum InvalidParamValueErrorCode {
|
|||||||
InvalidCobbDouglasAlpha,
|
InvalidCobbDouglasAlpha,
|
||||||
InvalidRewardDelegatedStakeWeight,
|
InvalidRewardDelegatedStakeWeight,
|
||||||
InvalidMaximumMakersInPool,
|
InvalidMaximumMakersInPool,
|
||||||
InvalidWethProxyAddress,
|
|
||||||
InvalidEthVaultAddress,
|
|
||||||
InvalidRewardVaultAddress,
|
|
||||||
InvalidZrxVaultAddress,
|
|
||||||
InvalidEpochDuration,
|
|
||||||
InvalidMinimumPoolStake,
|
InvalidMinimumPoolStake,
|
||||||
InvalidWethProxyAddress,
|
InvalidWethProxyAddress,
|
||||||
InvalidEthVaultAddress,
|
InvalidEthVaultAddress,
|
||||||
InvalidRewardVaultAddress,
|
InvalidRewardVaultAddress,
|
||||||
InvalidZrxVaultAddress,
|
InvalidZrxVaultAddress,
|
||||||
|
InvalidEpochDuration,
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum InitializationErrorCode {
|
export enum InitializationErrorCode {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user