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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@aave/math-utils": "1.37.0",
"@aave/react": "^0.8.2",
"@amplitude/analytics-browser": "^2.13.0",
"@bgd-labs/aave-address-book": "^4.38.0",
"@bgd-labs/aave-address-book": "^4.38.2",
"@cowprotocol/cow-sdk": "7.2.4",
"@cowprotocol/sdk-ethers-v5-adapter": "0.3.0",
"@cowprotocol/sdk-flash-loans": "1.6.0",
Expand Down
10 changes: 10 additions & 0 deletions src/ui-config/reservePatches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,16 @@ export function fetchIconSymbolAndName({ underlyingAsset, symbol, name }: IconSy
name: 'PT sUSDe January 2026',
iconSymbol: 'ptsusde',
},
[AaveV3Plasma.ASSETS.PT_USDe_9APR2026.UNDERLYING.toLowerCase()]: {
symbol: 'PT USDe April 9th 2026',
name: 'PT USDe April 2026',
iconSymbol: 'ptusde',
},
[AaveV3Plasma.ASSETS.PT_sUSDE_9APR2026.UNDERLYING.toLowerCase()]: {
symbol: 'PT sUSDe April 9th 2026',
name: 'PT sUSDe April 2026',
iconSymbol: 'ptsusde',
},

[AaveV3Plasma.ASSETS.syrupUSDT.UNDERLYING.toLowerCase()]: {
symbol: 'syrupUSDT',
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1209,10 +1209,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.38.0":
version "4.38.0"
resolved "https://registry.yarnpkg.com/@bgd-labs/aave-address-book/-/aave-address-book-4.38.0.tgz#75b03aff9fc691e4d1cc37896093f2f563618003"
integrity sha512-qic555Lqm/qC4BeZsiOmafxnm8E4R04kGhfWPsKjilRFnORHaBPs2+FhIv2wJmO8/xJaKT92pWrUJfc/Brbr0A==
"@bgd-labs/aave-address-book@^4.38.2":
version "4.38.2"
resolved "https://registry.yarnpkg.com/@bgd-labs/aave-address-book/-/aave-address-book-4.38.2.tgz#91d128046b2686f2bf5e5d24f6e7910080c6c29f"
integrity sha512-cxWa3I2IAJInk8Fc+Qw2rqaWxWlCl/m6mXCH/PPj2mEyyECUbOB4uEG3C58pKXFISiKEdmjyC7IFjotAPHDrLw==

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