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
41
41
- ` baseFeed1 ` , ` baseFeed2 ` : Chainlink-interface-compliant data feeds for the base asset.
42
42
- ` baseTokenDecimals ` : Decimal precision of the base asset.
43
43
- ` 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.
45
45
- ` quoteFeed1 ` , ` quoteFeed2 ` : Chainlink-interface-compliant data feeds for the quote asset.
46
46
- ` quoteTokenDecimals ` : Decimal precision of the quote asset.
47
47
- ` 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:
69
69
and for the sDAI/USDC oracle:
70
70
71
71
``` json
72
- - `baseVault`: "0x83f20f44975d03b1b09e64809b757c47f942beea ",
72
+ - `baseVault`: "0x83F20F44975D03b1b09e64809B757c47f942BEeA ",
73
73
- `baseVaultConversionSample`: 1000000000000000000, // 1e18
74
74
- `baseFeed1`: "0xAed0c38402a5d19df6E4c03F4E2DceD6e29c1ee9",
75
75
- `baseFeed2`: "0x0000000000000000000000000000000000000000",
You can’t perform that action at this time.
0 commit comments