Skip to content

Commit d48f7bd

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ Below are the arguments to fill for the creation of the WETH/USDT oracle:
6363
"quoteFeed1": "0xEe9F2375b4bdF6387aa8265dD4FB8F16512A1d46",
6464
"quoteFeed2": "0x0000000000000000000000000000000000000000",
6565
"quoteTokenDecimals": 6,
66-
"salt": <user-defined value used to make the address unique>,
66+
"salt": "<user-defined value used to make the address unique>",
6767
```
6868

6969
and for the sDAI/USDC oracle:
7070

7171
```json
7272
"baseVault": "0x83F20F44975D03b1b09e64809B757c47f942BEeA",
73-
"baseVaultConversionSample": 1000000000000000000, // 1e18
73+
"baseVaultConversionSample": 1000000000000000000,
7474
"baseFeed1": "0xAed0c38402a5d19df6E4c03F4E2DceD6e29c1ee9",
7575
"baseFeed2": "0x0000000000000000000000000000000000000000",
7676
"baseTokenDecimals": 18,
@@ -79,7 +79,7 @@ and for the sDAI/USDC oracle:
7979
"quoteFeed1": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6",
8080
"quoteFeed2": "0x0000000000000000000000000000000000000000",
8181
"quoteTokenDecimals": 6,
82-
"salt": <user-defined value used to make the address unique>,
82+
"salt": "<user-defined value used to make the address unique>",
8383
```
8484

8585
and for the wstETH/ETH oracle:
@@ -95,7 +95,7 @@ and for the wstETH/ETH oracle:
9595
"quoteFeed1": "0x0000000000000000000000000000000000000000",
9696
"quoteFeed2": "0x0000000000000000000000000000000000000000",
9797
"quoteTokenDecimals": 18,
98-
"salt": <user-defined value used to make the address unique>,
98+
"salt": "<user-defined value used to make the address unique>",
9999
```
100100

101101
## Getting Started

0 commit comments

Comments
 (0)