diff --git a/src/ui-config/networksConfig.ts b/src/ui-config/networksConfig.ts index b93991665a..1ac44d1fa4 100644 --- a/src/ui-config/networksConfig.ts +++ b/src/ui-config/networksConfig.ts @@ -268,7 +268,7 @@ export const networkConfigs: Record = { name: 'Base Bridge', url: 'https://bridge.base.org/', }, - // ratesHistoryApiUrl: 'https://aave-api-v2.aave.com/data/rates-history', + ratesHistoryApiUrl: 'https://aave-api-v2.aave.com/data/rates-history', }, [ChainId.harmony]: { name: 'Harmony', @@ -412,6 +412,7 @@ export const networkConfigs: Record = { baseAssetDecimals: 0, // N/A explorerLink: 'https://andromeda-explorer.metis.io', networkLogoPath: '/icons/networks/metis.svg', + ratesHistoryApiUrl: 'https://aave-api-v2.aave.com/data/rates-history', }, [ChainId.xdai]: {