Skip to content

Commit 7f7412a

Browse files
tomrplQGarchery
andauthored
Apply suggestions from code review
Co-authored-by: Quentin Garchery <QGarchery@users.noreply.github.com> Signed-off-by: Reppelin Tom <75627352+tomrpl@users.noreply.github.com>
1 parent 4f06bed commit 7f7412a

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
@@ -41,7 +41,7 @@ To create a new `MorphoChainlinkOracleV2` oracle using the factory, call the `cr
4141
- `baseFeed1`, `baseFeed2`: Chainlink-interface-compliant data feeds for the base asset.
4242
- `baseTokenDecimals`: Decimal precision of the base asset.
4343
- `quoteVault`: The ERC4626 token vault for the quote asset.
44-
- `quoteVaultConversionSample`: A sample size for converting quote vault units.
44+
- `quoteVaultConversionSample`: A sample amount for converting quote vault units.
4545
- `quoteFeed1`, `quoteFeed2`: Chainlink-interface-compliant data feeds for the quote asset.
4646
- `quoteTokenDecimals`: Decimal precision of the quote asset.
4747
- `salt`: A unique identifier to create deterministic addresses for deployed oracles.
@@ -69,7 +69,7 @@ Below are the arguments to fill for the creation of the WETH/USDT oracle:
6969
and for the sDAI/USDC oracle:
7070

7171
```json
72-
- `baseVault`: "0x83f20f44975d03b1b09e64809b757c47f942beea",
72+
- `baseVault`: "0x83F20F44975D03b1b09e64809B757c47f942BEeA",
7373
- `baseVaultConversionSample`: 1000000000000000000, // 1e18
7474
- `baseFeed1`: "0xAed0c38402a5d19df6E4c03F4E2DceD6e29c1ee9",
7575
- `baseFeed2`: "0x0000000000000000000000000000000000000000",

0 commit comments

Comments
 (0)