Skip to content

Commit

Permalink
Feature: Oracle for cream.finance tokens (#100)
Browse files Browse the repository at this point in the history
* Add oracle for cream.finance tokens
* Set version 3.4.5
  • Loading branch information
mmv08 authored Oct 11, 2021
1 parent db325b0 commit 21deda7
Show file tree
Hide file tree
Showing 5 changed files with 982 additions and 13 deletions.
12 changes: 6 additions & 6 deletions gnosis/eth/oracles/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# flake8: noqa F401
from .oracles import (AaveOracle, BalancerOracle, CannotGetPriceFromOracle,
ComposedPriceOracle, CurveOracle, EnzymeOracle,
InvalidPriceFromOracle, KyberOracle, MooniswapOracle,
OracleException, PoolTogetherOracle, PriceOracle,
PricePoolOracle, SushiswapOracle, UnderlyingToken,
UniswapOracle, UniswapV2Oracle, UsdPricePoolOracle,
YearnOracle)
ComposedPriceOracle, CreamOracle, CurveOracle,
EnzymeOracle, InvalidPriceFromOracle, KyberOracle,
MooniswapOracle, OracleException, PoolTogetherOracle,
PriceOracle, PricePoolOracle, SushiswapOracle,
UnderlyingToken, UniswapOracle, UniswapV2Oracle,
UsdPricePoolOracle, YearnOracle, ZerionComposedOracle)
Loading

0 comments on commit 21deda7

Please sign in to comment.