From 2a34ef4814103e844688f0852d6db00e8c7cdde5 Mon Sep 17 00:00:00 2001 From: Reppelin Tom <75627352+tomrpl@users.noreply.github.com> Date: Thu, 7 Mar 2024 10:48:05 +0100 Subject: [PATCH] Update README.md json format Signed-off-by: Reppelin Tom <75627352+tomrpl@users.noreply.github.com> --- README.md | 66 +++++++++++++++++++++++++++---------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 701cb3d..b00c1ae 100644 --- a/README.md +++ b/README.md @@ -53,49 +53,49 @@ To deploy a `MorphoChainlinkOracleV2` on the Ethereum mainnet, use the `MorphoCh Below are the arguments to fill for the creation of the WETH/USDT oracle: ```json -- `baseVault`: "0x0000000000000000000000000000000000000000", -- `baseVaultConversionSample`: 1, -- `baseFeed1`: "0x0000000000000000000000000000000000000000", -- `baseFeed2`: "0x0000000000000000000000000000000000000000", -- `baseTokenDecimals`: 18, -- `quoteVault`:"0x0000000000000000000000000000000000000000", -- `quoteVaultConversionSample`: 1, -- `quoteFeed1`: "0xEe9F2375b4bdF6387aa8265dD4FB8F16512A1d46", -- `quoteFeed2`: "0x0000000000000000000000000000000000000000", -- `quoteTokenDecimals`: 6, -- `salt`: , +`baseVault`: "0x0000000000000000000000000000000000000000", +`baseVaultConversionSample`: 1, +`baseFeed1`: "0x0000000000000000000000000000000000000000", +`baseFeed2`: "0x0000000000000000000000000000000000000000", +`baseTokenDecimals`: 18, +`quoteVault`:"0x0000000000000000000000000000000000000000", +`quoteVaultConversionSample`: 1, +`quoteFeed1`: "0xEe9F2375b4bdF6387aa8265dD4FB8F16512A1d46", +`quoteFeed2`: "0x0000000000000000000000000000000000000000", +`quoteTokenDecimals`: 6, +`salt`: , ``` and for the sDAI/USDC oracle: ```json -- `baseVault`: "0x83F20F44975D03b1b09e64809B757c47f942BEeA", -- `baseVaultConversionSample`: 1000000000000000000, // 1e18 -- `baseFeed1`: "0xAed0c38402a5d19df6E4c03F4E2DceD6e29c1ee9", -- `baseFeed2`: "0x0000000000000000000000000000000000000000", -- `baseTokenDecimals`: 18, -- `quoteVault`: "0x0000000000000000000000000000000000000000", -- `quoteVaultConversionSample`: 1, -- `quoteFeed1`: "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", -- `quoteFeed2`: "0x0000000000000000000000000000000000000000", -- `quoteTokenDecimals`: 6, -- `salt`: , +`baseVault`: "0x83F20F44975D03b1b09e64809B757c47f942BEeA", +`baseVaultConversionSample`: 1000000000000000000, // 1e18 +`baseFeed1`: "0xAed0c38402a5d19df6E4c03F4E2DceD6e29c1ee9", +`baseFeed2`: "0x0000000000000000000000000000000000000000", +`baseTokenDecimals`: 18, +`quoteVault`: "0x0000000000000000000000000000000000000000", +`quoteVaultConversionSample`: 1, +`quoteFeed1`: "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", +`quoteFeed2`: "0x0000000000000000000000000000000000000000", +`quoteTokenDecimals`: 6, +`salt`: , ``` and for the wstETH/ETH oracle: ```json -- `baseVault`: "0x0000000000000000000000000000000000000000", -- `baseVaultConversionSample`: 1, -- `baseFeed1`: "0x905b7dAbCD3Ce6B792D874e303D336424Cdb1421", -- `baseFeed2`: "0x86392dC19c0b719886221c78AB11eb8Cf5c52812", -- `baseTokenDecimals`: 18, -- `quoteVault`: "0x0000000000000000000000000000000000000000", -- `quoteVaultConversionSample`: 1, -- `quoteFeed1`: "0x0000000000000000000000000000000000000000", -- `quoteFeed2`: "0x0000000000000000000000000000000000000000", -- `quoteTokenDecimals`: 18, -- `salt`: , +`baseVault`: "0x0000000000000000000000000000000000000000", +`baseVaultConversionSample`: 1, +`baseFeed1`: "0x905b7dAbCD3Ce6B792D874e303D336424Cdb1421", +`baseFeed2`: "0x86392dC19c0b719886221c78AB11eb8Cf5c52812", +`baseTokenDecimals`: 18, +`quoteVault`: "0x0000000000000000000000000000000000000000", +`quoteVaultConversionSample`: 1, +`quoteFeed1`: "0x0000000000000000000000000000000000000000", +`quoteFeed2`: "0x0000000000000000000000000000000000000000", +`quoteTokenDecimals`: 18, +`salt`: , ``` ## Getting Started