From 2e2f0c3b3d11e2baf55f10baf66446ed8f6537a6 Mon Sep 17 00:00:00 2001 From: Mark Grothe Date: Tue, 14 Nov 2023 14:34:54 -0600 Subject: [PATCH] feat: rates history for base and metis (#1838) --- src/ui-config/networksConfig.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ui-config/networksConfig.ts b/src/ui-config/networksConfig.ts index cb440099de..c13337ba89 100644 --- a/src/ui-config/networksConfig.ts +++ b/src/ui-config/networksConfig.ts @@ -269,7 +269,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', @@ -413,6 +413,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]: {