Skip to content

Commit 44ebebd

Browse files
authored
feat: add wlpx icon & updated reservepatches file (#2669)
1 parent ba697f3 commit 44ebebd

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

public/icons/tokens/wxpl.svg

Lines changed: 1 addition & 0 deletions
Loading

src/ui-config/reservePatches.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,17 @@ export function fetchIconSymbolAndName({ underlyingAsset, symbol, name }: IconSy
175175
name: 'PT USDe September 2025',
176176
iconSymbol: 'ptusde',
177177
},
178-
'0x62c6e813b9589c3631ba0cdb013acdb8544038b7': {
178+
[AaveV3Ethereum.ASSETS.PT_USDe_27NOV2025.UNDERLYING.toLowerCase()]: {
179179
symbol: 'PT USDe November 27th 2025',
180180
name: 'PT USDe November 2025',
181181
iconSymbol: 'ptusde',
182182
},
183+
'0x6100E367285b01F48D07953803A2d8dCA5D19873': {
184+
//not yet in @bgd-labs/aave-address-book
185+
symbol: 'WXLP',
186+
name: 'Wrapped XLP',
187+
iconSymbol: 'wxlp',
188+
},
183189

184190
'0xa693B19d2931d498c5B318dF961919BB4aee87a5': { iconSymbol: 'UST', name: 'UST (Wormhole)' },
185191
'0x59a19d8c652fa0284f44113d0ff9aba70bd46fb4': { iconSymbol: 'BPT_BAL_WETH' },

0 commit comments

Comments
 (0)