Skip to content

Commit 16dcea6

Browse files
docs: apply suggestions
Co-authored-by: MathisGD <74971347+MathisGD@users.noreply.github.com> Signed-off-by: Merlin Egalite <44097430+MerlinEgalite@users.noreply.github.com>
1 parent 07868d1 commit 16dcea6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ This oracle handles the following cases among others (let's say that our pair is
2020

2121
## Deploy an Oracle
2222

23-
To deploy a `MorphoChainlinkOracleV2` on the Ethereum mainnet, use the `MorphoChainlinkOracleV2Factory` to create a new oracle.
24-
Call the `createMorphoChainlinkOracleV2` function with the following parameters:
23+
To deploy a `MorphoChainlinkOracleV2` on Ethereum, it is highly recommended to use the factory `MorphoChainlinkOracleV2Factory`.
24+
To do so, call the `createMorphoChainlinkOracleV2` function with the following parameters:
2525

2626
- `baseVault`: The ERC4626 token vault for the base asset.
2727
- `baseVaultConversionSample`: A sample amount for converting base vault units.
@@ -33,12 +33,12 @@ Call the `createMorphoChainlinkOracleV2` function with the following parameters:
3333
- `quoteTokenDecimals`: Decimal precision of the quote asset.
3434
- `salt`: A unique identifier to create deterministic addresses for deployed oracles.
3535

36-
**Warning:** If there is an ERC4626-compliant vault for `baseVault` or `quoteVault`, the `baseTokenDecimals` or `quoteTokenDecimals` are still the decimals of the asset in the vault, and not the decimals of the Vault asset.
36+
**Warning:** If there is an ERC4626-compliant vault for `baseVault` or `quoteVault`, the `baseTokenDecimals` or `quoteTokenDecimals` are still the decimals of the underlying asset of the vault, and not the decimals of the Vault itself.
3737
E.g: for a MetaMorpho WETH vault, as `baseVault`, the `baseTokenDecimals` is 18 as WETH has 18 decimals.
3838

3939
### Addresses
4040

41-
The Ethereum Mainnet address of this factory is [0x3A7bB36Ee3f3eE32A60e9f2b33c1e5f2E83ad766](https://etherscan.io/address/0x3a7bb36ee3f3ee32a60e9f2b33c1e5f2e83ad766#code).
41+
The address on Ethereum of this factory is [0x3A7bB36Ee3f3eE32A60e9f2b33c1e5f2E83ad766](https://etherscan.io/address/0x3a7bb36ee3f3ee32a60e9f2b33c1e5f2e83ad766#code).
4242

4343
### Examples
4444

0 commit comments

Comments
 (0)