@0x/order-utils: Add InvalidMinimumPoolStake to StakingRevertErrors.InvalidParamValueErrorCode.

This commit is contained in:
Lawrence Forman
2019-09-16 04:51:57 -04:00
committed by Lawrence Forman
parent fa65452e2b
commit 38b94ec5f8
2 changed files with 5 additions and 0 deletions

View File

@@ -101,6 +101,10 @@
{
"note": "Add `PreviousEpochNotFinalizedError` to `StakingRevertErrors`.",
"pr": 2155
},
{
"note": "Add `InvalidMinimumPoolStake` to `StakingRevertErrors.InvalidParamValueErrorCode`.",
"pr": 2155
}
]
},

View File

@@ -28,6 +28,7 @@ export enum InvalidParamValueErrorCode {
InvalidRewardVaultAddress,
InvalidZrxVaultAddress,
InvalidEpochDuration,
InvalidMinimumPoolStake,
}
export enum InitializationErrorCode {