From f681357eeb4e3a6d3a3d4fa04de9daa28eef1023 Mon Sep 17 00:00:00 2001 From: Amir Bandeali Date: Fri, 20 Sep 2019 09:29:11 -0700 Subject: [PATCH] Add missing error codes to InvalidParamValueErrorCode --- packages/order-utils/src/staking_revert_errors.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/order-utils/src/staking_revert_errors.ts b/packages/order-utils/src/staking_revert_errors.ts index c3a6e849a4..cb32c497d8 100644 --- a/packages/order-utils/src/staking_revert_errors.ts +++ b/packages/order-utils/src/staking_revert_errors.ts @@ -23,6 +23,11 @@ export enum InvalidParamValueErrorCode { InvalidCobbDouglasAlpha, InvalidRewardDelegatedStakeWeight, InvalidMaximumMakersInPool, + InvalidWethProxyAddress, + InvalidEthVaultAddress, + InvalidRewardVaultAddress, + InvalidZrxVaultAddress, + InvalidEpochDuration, } export enum InitializationErrorCode {