mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fix: Fix Avalanche deployment params
This commit is contained in:
parent
90d51338f4
commit
6d7be2f559
|
@ -18,7 +18,7 @@ export const CommonsConfig: ICommonConfiguration = {
|
|||
ATokenNamePrefix: 'Aave Avalanche Market',
|
||||
StableDebtTokenNamePrefix: 'Aave Avalanche Market stable debt',
|
||||
VariableDebtTokenNamePrefix: 'Aave Avalanche Market variable debt',
|
||||
SymbolPrefix: '', // TODO: add a symbol?
|
||||
SymbolPrefix: 'ava',
|
||||
ProviderId: 0, // Overriden in index.ts
|
||||
OracleQuoteCurrency: 'USD',
|
||||
OracleQuoteUnit: oneUsd.toString(),
|
||||
|
|
|
@ -19,7 +19,7 @@ import {
|
|||
export const AvalancheConfig: IAvalancheConfiguration = {
|
||||
...CommonsConfig,
|
||||
MarketId: 'Avalanche market',
|
||||
ProviderId: 5, // TODO: What is this?
|
||||
ProviderId: 4,
|
||||
ReservesConfig: {
|
||||
WETH: strategyWETH,
|
||||
DAI: strategyDAI,
|
||||
|
|
Loading…
Reference in New Issue
Block a user