Skip to content

Commit

Permalink
fix: return new oracle types
Browse files Browse the repository at this point in the history
  • Loading branch information
lekhovitsky committed Mar 10, 2023
1 parent 149dfeb commit 5daa96b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion contracts/interfaces/IPriceFeedType.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ enum PriceFeedType {
ZERO_ORACLE,
WSTETH_ORACLE,
BOUNDED_ORACLE,
COMPOSITE_ORACLE
COMPOSITE_ORACLE,
AAVE_ORACLE,
EULER_ORACLE,
COMPOUND_ORACLE,
BALANCER_STABLE_LP_ORACLE,
BALANCER_WEIGHTED_LP_ORACLE
}

interface IPriceFeedType {
Expand Down

0 comments on commit 5daa96b

Please sign in to comment.