Skip to content

Commit

Permalink
feat: rates history for base and metis (#1838)
Browse files Browse the repository at this point in the history
  • Loading branch information
grothem authored Nov 14, 2023
1 parent d6338b6 commit 2e2f0c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui-config/networksConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
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',
Expand Down Expand Up @@ -413,6 +413,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
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]: {
Expand Down

1 comment on commit 2e2f0c3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.