@@ -36,15 +36,15 @@ The Ethereum Mainnet address of this factory is [0x3A7bB36Ee3f3eE32A60e9f2b33c1e
36
36
37
37
To create a new ` MorphoChainlinkOracleV2 ` oracle using the factory, call the ` createMorphoChainlinkOracleV2 ` function with the following parameters:
38
38
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.
48
48
49
49
### Deploy an Oracle
50
50
0 commit comments