Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@
"@aave/math-utils": "1.36.1",
"@aave/react": "0.6.1",
"@amplitude/analytics-browser": "^2.13.0",
"@cowprotocol/sdk-app-data": "4.1.6",
"@bgd-labs/aave-address-book": "^4.36.3",
"@cowprotocol/cow-sdk": "7.1.1",
"@cowprotocol/sdk-flash-loans": "1.5.3",
"@cowprotocol/sdk-ethers-v5-adapter": "0.2.0",
"@bgd-labs/aave-address-book": "^4.36.0",
"@emotion/cache": "11.10.3",
"@emotion/react": "11.10.4",
"@emotion/server": "latest",
Expand Down Expand Up @@ -159,4 +158,4 @@
"budgetPercentIncreaseRed": 20,
"showDetails": true
}
}
}
11 changes: 11 additions & 0 deletions src/ui-config/reservePatches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,22 @@ export function fetchIconSymbolAndName({ underlyingAsset, symbol, name }: IconSy
name: 'PT sUSDe January 2026',
iconSymbol: 'ptsusde',
},

[AaveV3Plasma.ASSETS.syrupUSDT.UNDERLYING.toLowerCase()]: {
symbol: 'syrupUSDT',
name: 'syrupUSDT',
iconSymbol: 'syrupusdt',
},
'0x1f84a51296691320478c98b8d77f2bbd17d34350': {
symbol: 'PT USDe February 5th 2026',
name: 'PT USDe February 2026',
iconSymbol: 'ptusde',
},
'0xe8483517077afa11a9b07f849cee2552f040d7b2': {
symbol: 'PT sUSDe February 5th 2026',
name: 'PT sUSDe February 2026',
iconSymbol: 'ptsusde',
},

'0xa693B19d2931d498c5B318dF961919BB4aee87a5': { iconSymbol: 'UST', name: 'UST (Wormhole)' },
'0x59a19d8c652fa0284f44113d0ff9aba70bd46fb4': { iconSymbol: 'BPT_BAL_WETH' },
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1199,10 +1199,10 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@bgd-labs/aave-address-book@^4.36.0":
version "4.36.0"
resolved "https://registry.yarnpkg.com/@bgd-labs/aave-address-book/-/aave-address-book-4.36.0.tgz#c850f5b235675006ae92c2f2918040abd86b99e1"
integrity sha512-9vpDl3SYJyxVronEIEmh3B1Z58o87A5b98DCvsDmeochD1UMdsi8GmptgQ5fDwHFyiqRGwlbA1uy0YCExdz+Zg==
"@bgd-labs/aave-address-book@^4.36.3":
version "4.36.3"
resolved "https://registry.yarnpkg.com/@bgd-labs/aave-address-book/-/aave-address-book-4.36.3.tgz#5a565e9507a71546f723093422a9d0abfee6b132"
integrity sha512-s8LjAry382FeRyY7ajxpbWVNA6ejGEiUW8HI/Ya/Jwt33JTKtKUBHcloapB1T0Cez/X6eawuxdJhYzZJSmrfOw==

"@coinbase/wallet-sdk@4.3.0":
version "4.3.0"
Expand Down
Loading