Open ceilican opened 7 months ago
See this page (https://docs.djed.one/implementations-and-deployments/versions) to know more about the different versions of Djed.
The version that is implemented here (https://github.com/DjedAlliance/Djed-Solidity/blob/main/src/Djed.sol) is Osiris.
We would like:
Djed.sol
DjedShu.sol
IOracleShu
See this page (https://docs.djed.one/implementations-and-deployments/versions) to know more about the different versions of Djed.
The version that is implemented here (https://github.com/DjedAlliance/Djed-Solidity/blob/main/src/Djed.sol) is Osiris.
We would like:
Djed.sol
file and then rename the duplicate toDjedShu.sol
.IOracleShu
interface. (See #21 .)DjedShu.sol
so that they choose the correct price provided by the 2-price oracle.