From 4f06bedad632eb1ebb83b9ad8ffd51afa716860d Mon Sep 17 00:00:00 2001 From: Reppelin Tom <75627352+tomrpl@users.noreply.github.com> Date: Thu, 7 Mar 2024 10:41:51 +0100 Subject: [PATCH] Update README.md Co-authored-by: Quentin Garchery Signed-off-by: Reppelin Tom <75627352+tomrpl@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1eab8e3..4b33891 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The Ethereum Mainnet address of this factory is [0x3A7bB36Ee3f3eE32A60e9f2b33c1e To create a new `MorphoChainlinkOracleV2` oracle using the factory, call the `createMorphoChainlinkOracleV2` function with the following parameters: - `baseVault`: The ERC4626 token vault for the base asset. -- `baseVaultConversionSample`: A sample size for converting base vault units. +- `baseVaultConversionSample`: A sample amount for converting base vault units. - `baseFeed1`, `baseFeed2`: Chainlink-interface-compliant data feeds for the base asset. - `baseTokenDecimals`: Decimal precision of the base asset. - `quoteVault`: The ERC4626 token vault for the quote asset.