mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Merge branch 'feat/avalanche-fix-uiprovider' of github.com:aave/protocol-v2 into feat/188-avalanche-market
This commit is contained in:
commit
9c4fef510f
|
@ -109,7 +109,7 @@ contract UiPoolDataProvider is IUiPoolDataProvider {
|
||||||
// reserve configuration
|
// reserve configuration
|
||||||
|
|
||||||
// we're getting this info from the aToken, because some of assets can be not compliant with ETC20Detailed
|
// we're getting this info from the aToken, because some of assets can be not compliant with ETC20Detailed
|
||||||
reserveData.symbol = IERC20Detailed(reserveData.aTokenAddress).symbol();
|
reserveData.symbol = IERC20Detailed(reserveData.underlyingAsset).symbol();
|
||||||
reserveData.name = '';
|
reserveData.name = '';
|
||||||
|
|
||||||
(
|
(
|
||||||
|
@ -286,7 +286,7 @@ contract UiPoolDataProvider is IUiPoolDataProvider {
|
||||||
// reserve configuration
|
// reserve configuration
|
||||||
|
|
||||||
// we're getting this info from the aToken, because some of assets can be not compliant with ETC20Detailed
|
// we're getting this info from the aToken, because some of assets can be not compliant with ETC20Detailed
|
||||||
reserveData.symbol = IERC20Detailed(reserveData.aTokenAddress).symbol();
|
reserveData.symbol = IERC20Detailed(reserveData.underlyingAsset).symbol();
|
||||||
reserveData.name = '';
|
reserveData.name = '';
|
||||||
|
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user