Skip to content

Commit e7a7d50

Browse files
docs: apply suggestions
Co-authored-by: MathisGD <[email protected]> Signed-off-by: Merlin Egalite <[email protected]>
1 parent 38e8e40 commit e7a7d50

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# Morpho Blue Oracles
22

3-
[Morpho Blue](https://github.com/morpho-org/morpho-blue) is a trustless lending primitive that offers unparalleled efficiency and flexibility.
43

5-
Morpho Blue Oracles are contracts that can be used as oracles for markets on Morpho Blue.
6-
The oracles must implement the `IOracle` interface defined in [`IOracle.sol`](https://github.com/morpho-org/morpho-blue/blob/main/src/interfaces/IOracle.sol#L9): it is supposed to return the price of 1 asset of collateral token quoted in 1 asset of loan token.
4+
Morpho Blue Oracles are contracts that can be used as oracles for markets on [Morpho Blue](https://github.com/morpho-org/morpho-blue).
5+
The oracles implement the `IOracle` interface defined in [`IOracle.sol`](https://github.com/morpho-org/morpho-blue/blob/main/src/interfaces/IOracle.sol#L9): they return the price of 1 asset of collateral token quoted in 1 asset of loan token.
76

87
## ChainlinkOracle
98

109
The `ChainlinkOracle` is an oracle that uses Chainlink-compliant feeds to provide price data.
1110

12-
This Oracle handles the following cases among others (let's say that our pair is A/B):
11+
This oracle handles the following cases among others (let's say that our pair is A/B):
1312
- A/B is a feed (typically, stETH/ETH).
1413
- B/A is a feed (typically, ETH/USDC).
1514
- A/C and B/C are feeds (typically, stETH/ETH and USDC/ETH).

0 commit comments

Comments
 (0)