@@ -36,15 +36,15 @@ The Ethereum Mainnet address of this factory is [0x3A7bB36Ee3f3eE32A60e9f2b33c1e
3636
3737To create a new ` MorphoChainlinkOracleV2 ` oracle using the factory, call the ` createMorphoChainlinkOracleV2 ` function with the following parameters:
3838
39- - ' baseVault' : The ERC4626 token vault for the base asset.
40- - ' baseVaultConversionSample' : A sample amount for converting base vault units.
41- - ' baseFeed1', ' baseFeed2' : Chainlink-interface-compliant data feeds for the base asset.
42- - ' baseTokenDecimals' : Decimal precision of the base asset.
43- - ' quoteVault' : The ERC4626 token vault for the quote asset.
44- - ' quoteVaultConversionSample' : A sample amount for converting quote vault units.
45- - ' quoteFeed1', ' quoteFeed2' : Chainlink-interface-compliant data feeds for the quote asset.
46- - ' quoteTokenDecimals' : Decimal precision of the quote asset.
47- - ' salt' : A unique identifier to create deterministic addresses for deployed oracles.
39+ - ` baseVault ` : The ERC4626 token vault for the base asset.
40+ - ` baseVaultConversionSample ` : A sample amount for converting base vault units.
41+ - ` baseFeed1 ` , ` baseFeed2 ` : Chainlink-interface-compliant data feeds for the base asset.
42+ - ` baseTokenDecimals ` : Decimal precision of the base asset.
43+ - ` quoteVault ` : The ERC4626 token vault for the quote asset.
44+ - ` quoteVaultConversionSample ` : A sample amount for converting quote vault units.
45+ - ` quoteFeed1 ` , ` quoteFeed2 ` : Chainlink-interface-compliant data feeds for the quote asset.
46+ - ` quoteTokenDecimals ` : Decimal precision of the quote asset.
47+ - ` salt ` : A unique identifier to create deterministic addresses for deployed oracles.
4848
4949### Deploy an Oracle
5050
0 commit comments