shaka
high
Wrong address for ethOracle
in StableOracleDAI.sol
.
In the constructor of StableOracleDAI.sol
ethOracle
is initialized with the address 0x0000000000000000000000000000000000000000
.
Calls to StableOracleDAI.sol:getPriceUSD()
will fail, which will make not possible minting or rebalancing USSD.
Manual Review
Use the correct address: 0x60594a405d53811d3bc4766596efd80fd545a270
.