mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
feat: added immutables
This commit is contained in:
parent
9204dfa528
commit
9260a43b0f
|
@ -24,8 +24,8 @@ contract UiPoolDataProvider is IUiPoolDataProvider {
|
|||
using ReserveConfiguration for DataTypes.ReserveConfigurationMap;
|
||||
using UserConfiguration for DataTypes.UserConfigurationMap;
|
||||
|
||||
IChainlinkAggregator public networkBaseTokenPriceInUsdProxyAggregator;
|
||||
IChainlinkAggregator public marketReferenceCurrencyPriceInUsdProxyAggregator;
|
||||
IChainlinkAggregator public immutable networkBaseTokenPriceInUsdProxyAggregator;
|
||||
IChainlinkAggregator public immutable marketReferenceCurrencyPriceInUsdProxyAggregator;
|
||||
uint256 public constant ETH_CURRENCY_UNIT = 1 ether;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user