MockOracle

Mock Oracle for testing

price

uint256 price

getExchangeRate

function getExchangeRate() external view returns (uint256 exchangeRate_)

Get the exchangeRate_ between the underlying asset and the peg asset in 1e27

setPrice

function setPrice(uint256 price_) external