Skip to content

Commit 14cdf37

Browse files
authored
Update README.md
Signed-off-by: Reppelin Tom <75627352+tomrpl@users.noreply.github.com>
1 parent d48f7bd commit 14cdf37

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ The Ethereum Mainnet address of this factory is [0x3A7bB36Ee3f3eE32A60e9f2b33c1e
3636

3737
To 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

Comments
 (0)