File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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:
6969and for the sDAI/USDC oracle:
7070
7171``` json
72- - `baseVault`: "0x83f20f44975d03b1b09e64809b757c47f942beea ",
72+ - `baseVault`: "0x83F20F44975D03b1b09e64809B757c47f942BEeA ",
7373- `baseVaultConversionSample`: 1000000000000000000, // 1e18
7474- `baseFeed1`: "0xAed0c38402a5d19df6E4c03F4E2DceD6e29c1ee9",
7575- `baseFeed2`: "0x0000000000000000000000000000000000000000",
You can’t perform that action at this time.
0 commit comments