Skip to content

Commit 38e8e40

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
[Morpho Blue](https://github.com/morpho-org/morpho-blue) is a trustless lending primitive that offers unparalleled efficiency and flexibility.
44

55
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).
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.
77

88
## ChainlinkOracle
99

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

1212
This Oracle handles the following cases among others (let's say that our pair is A/B):
1313
- A/B is a feed (typically, stETH/ETH).
14-
- B/A is a feed (typically, USDC/ETH).
14+
- B/A is a feed (typically, ETH/USDC).
1515
- A/C and B/C are feeds (typically, stETH/ETH and USDC/ETH).
1616
- A/C, C/D and B/D are feeds (typically, WBTC/BTC, BTC/USD, USDC/USD).
1717
- A/D, and B/C, C/D are feeds (typically, USDC/USD, WBTC/BTC, BTC/USD).

0 commit comments

Comments
 (0)