mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Show WETH instead of ETH
This commit is contained in:
parent
1ef22f036b
commit
13737e0994
|
@ -78,7 +78,7 @@ export const initReservesByHelper = async (
|
||||||
] = (Object.entries(reservesParams) as [string, IReserveParams][])[reserveParamIndex];
|
] = (Object.entries(reservesParams) as [string, IReserveParams][])[reserveParamIndex];
|
||||||
// Add to lists
|
// Add to lists
|
||||||
tokens.push(tokenAddress);
|
tokens.push(tokenAddress);
|
||||||
symbols.push(assetSymbol === 'WETH' ? 'ETH' : assetSymbol);
|
symbols.push(assetSymbol);
|
||||||
strategyRates.push([
|
strategyRates.push([
|
||||||
baseVariableBorrowRate,
|
baseVariableBorrowRate,
|
||||||
variableRateSlope1,
|
variableRateSlope1,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user