mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Add missing symbol in name.
This commit is contained in:
parent
1c26eeef87
commit
39dcb51fee
|
@ -154,7 +154,7 @@ export const initReservesByHelper = async (
|
||||||
stableRateSlope2,
|
stableRateSlope2,
|
||||||
} = reservesParams.UNI;
|
} = reservesParams.UNI;
|
||||||
const aTokenUNI = await deployDelegationAwareAToken(
|
const aTokenUNI = await deployDelegationAwareAToken(
|
||||||
[poolAddress, tokenAddresses.UNI, 'Aave interest bearing ', 'aUNI', ZERO_ADDRESS],
|
[poolAddress, tokenAddresses.UNI, 'Aave interest bearing UNI', 'aUNI', ZERO_ADDRESS],
|
||||||
verify
|
verify
|
||||||
);
|
);
|
||||||
const stableDebtUNI = await deployStableDebtToken(
|
const stableDebtUNI = await deployStableDebtToken(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user