Skip to content

Commit 6d7be2f

Browse files
committed
fix: Fix Avalanche deployment params
1 parent 90d5133 commit 6d7be2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

markets/avalanche/commons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const CommonsConfig: ICommonConfiguration = {
1818
ATokenNamePrefix: 'Aave Avalanche Market',
1919
StableDebtTokenNamePrefix: 'Aave Avalanche Market stable debt',
2020
VariableDebtTokenNamePrefix: 'Aave Avalanche Market variable debt',
21-
SymbolPrefix: '', // TODO: add a symbol?
21+
SymbolPrefix: 'ava',
2222
ProviderId: 0, // Overriden in index.ts
2323
OracleQuoteCurrency: 'USD',
2424
OracleQuoteUnit: oneUsd.toString(),

markets/avalanche/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
export const AvalancheConfig: IAvalancheConfiguration = {
2020
...CommonsConfig,
2121
MarketId: 'Avalanche market',
22-
ProviderId: 5, // TODO: What is this?
22+
ProviderId: 4,
2323
ReservesConfig: {
2424
WETH: strategyWETH,
2525
DAI: strategyDAI,

0 commit comments

Comments
 (0)