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',
|
ATokenNamePrefix: 'Aave Avalanche Market',
|
||||||
StableDebtTokenNamePrefix: 'Aave Avalanche Market stable debt',
|
StableDebtTokenNamePrefix: 'Aave Avalanche Market stable debt',
|
||||||
VariableDebtTokenNamePrefix: 'Aave Avalanche Market variable debt',
|
VariableDebtTokenNamePrefix: 'Aave Avalanche Market variable debt',
|
||||||
SymbolPrefix: '', // TODO: add a symbol?
|
SymbolPrefix: 'ava',
|
||||||
ProviderId: 0, // Overriden in index.ts
|
ProviderId: 0, // Overriden in index.ts
|
||||||
OracleQuoteCurrency: 'USD',
|
OracleQuoteCurrency: 'USD',
|
||||||
OracleQuoteUnit: oneUsd.toString(),
|
OracleQuoteUnit: oneUsd.toString(),
|
||||||
|
|
|
@ -19,7 +19,7 @@ import {
|
||||||
export const AvalancheConfig: IAvalancheConfiguration = {
|
export const AvalancheConfig: IAvalancheConfiguration = {
|
||||||
...CommonsConfig,
|
...CommonsConfig,
|
||||||
MarketId: 'Avalanche market',
|
MarketId: 'Avalanche market',
|
||||||
ProviderId: 5, // TODO: What is this?
|
ProviderId: 4,
|
||||||
ReservesConfig: {
|
ReservesConfig: {
|
||||||
WETH: strategyWETH,
|
WETH: strategyWETH,
|
||||||
DAI: strategyDAI,
|
DAI: strategyDAI,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user