From 13737e09947e9e20bc99eff6f517ed4a938c3168 Mon Sep 17 00:00:00 2001 From: David Racero Date: Wed, 28 Oct 2020 11:27:16 +0100 Subject: [PATCH] Show WETH instead of ETH --- helpers/init-helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/init-helpers.ts b/helpers/init-helpers.ts index 61751052..b33e3b9a 100644 --- a/helpers/init-helpers.ts +++ b/helpers/init-helpers.ts @@ -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,