@0x/order-utils: Add InvalidMinimumPoolStake to StakingRevertErrors.InvalidParamValueErrorCode.
This commit is contained in:
committed by
Lawrence Forman
parent
fa65452e2b
commit
38b94ec5f8
@@ -101,6 +101,10 @@
|
||||
{
|
||||
"note": "Add `PreviousEpochNotFinalizedError` to `StakingRevertErrors`.",
|
||||
"pr": 2155
|
||||
},
|
||||
{
|
||||
"note": "Add `InvalidMinimumPoolStake` to `StakingRevertErrors.InvalidParamValueErrorCode`.",
|
||||
"pr": 2155
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -28,6 +28,7 @@ export enum InvalidParamValueErrorCode {
|
||||
InvalidRewardVaultAddress,
|
||||
InvalidZrxVaultAddress,
|
||||
InvalidEpochDuration,
|
||||
InvalidMinimumPoolStake,
|
||||
}
|
||||
|
||||
export enum InitializationErrorCode {
|
||||
|
||||
Reference in New Issue
Block a user