Skip to content

Commit

Permalink
fix: use address book addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
grothem committed Nov 27, 2023
1 parent 2f07a1b commit 009041d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/ui-config/reservePatches.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { AaveV3Arbitrum, AaveV3Optimism, AaveV3Polygon } from '@bgd-labs/aave-address-book';
import { unPrefixSymbol } from 'src/hooks/app-data-provider/useAppDataProvider';

/**
Expand Down Expand Up @@ -103,20 +104,17 @@ export function fetchIconSymbolAndName({ underlyingAsset, symbol, name }: IconSy
symbol: 'KNCL',
iconSymbol: 'KNCL',
},
// arbitrum
'0xff970a61a04b1ca14834a43f5de4533ebddb5cc8': {
[AaveV3Arbitrum.ASSETS.USDC.UNDERLYING.toLowerCase()]: {
name: 'Bridged USDC',
symbol: 'USDC.e',
iconSymbol: 'USDC',
},
// optimism
'0x7f5c764cbc14f9669b88837ca1490cca17c31607': {
[AaveV3Optimism.ASSETS.USDC.UNDERLYING.toLowerCase()]: {
name: 'Bridged USDC',
symbol: 'USDC.e',
iconSymbol: 'USDC',
},
// polygon
'0x2791bca1f2de4661ed88a30c99a7a9449aa84174': {
[AaveV3Polygon.ASSETS.USDC.UNDERLYING.toLowerCase()]: {
name: 'Bridged USDC',
symbol: 'USDC.e',
iconSymbol: 'USDC',
Expand Down

0 comments on commit 009041d

Please sign in to comment.