@@ -63,14 +63,14 @@ Below are the arguments to fill for the creation of the WETH/USDT oracle:
63
63
"quoteFeed1" : " 0xEe9F2375b4bdF6387aa8265dD4FB8F16512A1d46" ,
64
64
"quoteFeed2" : " 0x0000000000000000000000000000000000000000" ,
65
65
"quoteTokenDecimals" : 6 ,
66
- "salt" : <user-defined value used to make the address unique>,
66
+ "salt" : " <user-defined value used to make the address unique>" ,
67
67
```
68
68
69
69
and for the sDAI/USDC oracle:
70
70
71
71
``` json
72
72
"baseVault" : " 0x83F20F44975D03b1b09e64809B757c47f942BEeA" ,
73
- "baseVaultConversionSample" : 1000000000000000000 , // 1e18
73
+ "baseVaultConversionSample" : 1000000000000000000 ,
74
74
"baseFeed1" : " 0xAed0c38402a5d19df6E4c03F4E2DceD6e29c1ee9" ,
75
75
"baseFeed2" : " 0x0000000000000000000000000000000000000000" ,
76
76
"baseTokenDecimals" : 18 ,
@@ -79,7 +79,7 @@ and for the sDAI/USDC oracle:
79
79
"quoteFeed1" : " 0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6" ,
80
80
"quoteFeed2" : " 0x0000000000000000000000000000000000000000" ,
81
81
"quoteTokenDecimals" : 6 ,
82
- "salt" : <user-defined value used to make the address unique>,
82
+ "salt" : " <user-defined value used to make the address unique>" ,
83
83
```
84
84
85
85
and for the wstETH/ETH oracle:
@@ -95,7 +95,7 @@ and for the wstETH/ETH oracle:
95
95
"quoteFeed1" : " 0x0000000000000000000000000000000000000000" ,
96
96
"quoteFeed2" : " 0x0000000000000000000000000000000000000000" ,
97
97
"quoteTokenDecimals" : 18 ,
98
- "salt" : <user-defined value used to make the address unique>,
98
+ "salt" : " <user-defined value used to make the address unique>" ,
99
99
```
100
100
101
101
## Getting Started
0 commit comments