Skip to content

Commit

Permalink
feat(api-sdk): add warning types
Browse files Browse the repository at this point in the history
  • Loading branch information
oumar-fall committed Jan 10, 2025
1 parent ddbc97d commit 603238c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/blue-api-sdk/src/warnings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export enum MarketWarningType {
IncorrectCollateralExchangeRate = "incorrect_collateral_exchange_rate",
IncorrectLoanExchangeRate = "incorrect_loan_exchange_rate",
NonWhitelisted = "not_whitelisted",
OracleNotFromFactory = "oracle_not_from_factory",
MisconfiguredOracleDecimals = "misconfigured_oracle_decimals",
}

export enum VaultWarningType {
Expand Down

0 comments on commit 603238c

Please sign in to comment.