update failing test

This commit is contained in:
tiagosiebler
2022-12-28 13:13:52 +00:00
parent fc2b096ba1
commit 6624ff87a2
2 changed files with 6 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ export const API_ERROR_CODE = {
NO_ACTIVE_ORDER: 3100205,
/** E.g. USDC Options trading when the account hasn't been opened for USDC Options yet */
ACCOUNT_NOT_EXIST: 3200200,
SET_MARGIN_MODE_FAILED_USDC: 3400045,
INCORRECT_MMP_PARAMETERS: 3500712,
INSTITION_MMP_PROFILE_NOT_FOUND: 3500713,
} as const;