Skip to content

Commit f7d92b0

Browse files
committed
feat: update aliases for PTsUSDE
1 parent a34260c commit f7d92b0

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

icons/icons.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2458,8 +2458,11 @@
24582458
"aEthPT-sUSDe",
24592459
"stataEthPT-sUSDe",
24602460
"PT-sUSDE-31JUL2025",
2461+
"PT-sUSDE-25SEP2025",
24612462
"aEthPT-sUSDE-31JUL2025",
2462-
"stataEthPT-sUSDE-31JUL2025"
2463+
"stataEthPT-sUSDE-31JUL2025",
2464+
"aEthPT-sUSDE-25SEP2025",
2465+
"stataEthPT-sUSDE-25SEP2025"
24632466
],
24642467
"variations": [
24652468
"aToken",

packages/react-web3-icons/src/helpers/assetsAliases.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/assets/ptsusde.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11
{
2-
"type": ["asset"],
2+
"type": [
3+
"asset"
4+
],
35
"symbol": "ptsusde",
46
"name": "PT Ethena sUSDE",
5-
67
"aliases": [
78
"PTsUSDE",
89
"PT-sUSDE",
910
"PT-sUSDe",
1011
"aEthPT-sUSDe",
1112
"stataEthPT-sUSDe",
1213
"PT-sUSDE-31JUL2025",
14+
"PT-sUSDE-25SEP2025",
1315
"aEthPT-sUSDE-31JUL2025",
14-
"stataEthPT-sUSDE-31JUL2025"
16+
"stataEthPT-sUSDE-31JUL2025",
17+
"aEthPT-sUSDE-25SEP2025",
18+
"stataEthPT-sUSDE-25SEP2025"
1519
],
16-
"variations": ["aToken", "stataToken"]
17-
}
20+
"variations": [
21+
"aToken",
22+
"stataToken"
23+
]
24+
}

0 commit comments

Comments
 (0)