DjedAlliance / Djed-Solidity

Other
11 stars 5 forks source link

Implement an oracle interface for a 2-price oracle as required by Djed Shu #21

Closed ceilican closed 6 months ago

ceilican commented 7 months ago

See #20 for context.

The current oracle interface (https://github.com/DjedAlliance/Djed-Solidity/blob/main/src/IOracle.sol) assumes that the oracle provides only one price.

But Djed Shu needs an oracle that provides two prices.

Therefore, we need to do the following:

keshav-nischal commented 7 months ago

I would like to work on this issue

ceilican commented 6 months ago

Thanks, @keshav-nischal !