diff --git a/markets/aave-pro/commons.ts b/markets/aave-pro/commons.ts index ecd447e9..520b0caf 100644 --- a/markets/aave-pro/commons.ts +++ b/markets/aave-pro/commons.ts @@ -7,7 +7,7 @@ import { ICommonConfiguration, eEthereumNetwork } from '../../helpers/types'; // ---------------- export const CommonsConfig: ICommonConfiguration = { - MarketId: 'Commons', + MarketId: 'AavePro', ATokenNamePrefix: 'Aave Pro market', StableDebtTokenNamePrefix: 'Aave Pro stable debt ', VariableDebtTokenNamePrefix: 'Aave Pro variable debt ',