@@ -5,29 +5,21 @@ import {IERC4626, AggregatorV3Interface} from "../../src/morpho-chainlink-v1/Cha
5
5
6
6
AggregatorV3Interface constant feedZero = AggregatorV3Interface (address (0 ));
7
7
// 8 decimals of precision
8
- AggregatorV3Interface constant btcUsdFeed =
9
- AggregatorV3Interface (0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c );
8
+ AggregatorV3Interface constant btcUsdFeed = AggregatorV3Interface (0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c );
10
9
// 8 decimals of precision
11
- AggregatorV3Interface constant usdcUsdFeed =
12
- AggregatorV3Interface (0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6 );
10
+ AggregatorV3Interface constant usdcUsdFeed = AggregatorV3Interface (0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6 );
13
11
// 18 decimals of precision
14
- AggregatorV3Interface constant btcEthFeed =
15
- AggregatorV3Interface (0xdeb288F737066589598e9214E782fa5A8eD689e8 );
12
+ AggregatorV3Interface constant btcEthFeed = AggregatorV3Interface (0xdeb288F737066589598e9214E782fa5A8eD689e8 );
16
13
// 8 decimals of precision
17
- AggregatorV3Interface constant wBtcBtcFeed =
18
- AggregatorV3Interface (0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23 );
14
+ AggregatorV3Interface constant wBtcBtcFeed = AggregatorV3Interface (0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23 );
19
15
// 18 decimals of precision
20
- AggregatorV3Interface constant stEthEthFeed =
21
- AggregatorV3Interface (0x86392dC19c0b719886221c78AB11eb8Cf5c52812 );
16
+ AggregatorV3Interface constant stEthEthFeed = AggregatorV3Interface (0x86392dC19c0b719886221c78AB11eb8Cf5c52812 );
22
17
// 18 decimals of precision
23
- AggregatorV3Interface constant usdcEthFeed =
24
- AggregatorV3Interface (0x986b5E1e1755e3C2440e960477f25201B0a8bbD4 );
18
+ AggregatorV3Interface constant usdcEthFeed = AggregatorV3Interface (0x986b5E1e1755e3C2440e960477f25201B0a8bbD4 );
25
19
// 8 decimals of precision
26
- AggregatorV3Interface constant ethUsdFeed =
27
- AggregatorV3Interface (0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419 );
20
+ AggregatorV3Interface constant ethUsdFeed = AggregatorV3Interface (0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419 );
28
21
// 18 decimals of precision
29
- AggregatorV3Interface constant daiEthFeed =
30
- AggregatorV3Interface (0x773616E4d11A78F511299002da57A0a94577F1f4 );
22
+ AggregatorV3Interface constant daiEthFeed = AggregatorV3Interface (0x773616E4d11A78F511299002da57A0a94577F1f4 );
31
23
32
24
IERC4626 constant vaultZero = IERC4626 (address (0 ));
33
25
IERC4626 constant sDaiVault = IERC4626 (0x83F20F44975D03b1b09e64809B757c47f942BEeA );
0 commit comments