Show WETH instead of ETH

This commit is contained in:
David Racero 2020-10-28 11:27:16 +01:00
parent 1ef22f036b
commit 13737e0994

View File

@ -78,7 +78,7 @@ export const initReservesByHelper = async (
] = (Object.entries(reservesParams) as [string, IReserveParams][])[reserveParamIndex];
// Add to lists
tokens.push(tokenAddress);
symbols.push(assetSymbol === 'WETH' ? 'ETH' : assetSymbol);
symbols.push(assetSymbol);
strategyRates.push([
baseVariableBorrowRate,
variableRateSlope1,