Skip to content

Commit a47060d

Browse files
authored
Merge pull request #118 from bgd-labs/feat/add-sept-pt
chore: update aliases
2 parents 43eaf19 + 6d51370 commit a47060d

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
@@ -2425,8 +2425,11 @@
24252425
"aEthPT-eUSDE-14AUG2025",
24262426
"stataEthPT-eUSDE-14AUG2025",
24272427
"PT-USDe-31JUL2025",
2428+
"PT-USDe-25SEP2025",
24282429
"aEthPT-USDe-31JUL2025",
2429-
"stataEthPT-USDe-31JUL2025"
2430+
"stataEthPT-USDe-31JUL2025",
2431+
"aEthPT-USDe-25SEP2025",
2432+
"stataEthPT-USDe-25SEP2025"
24302433
],
24312434
"variations": [
24322435
"aToken",

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

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

src/assets/pteusde.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"type": ["asset"],
2+
"type": [
3+
"asset"
4+
],
35
"symbol": "pteusde",
46
"name": "PT Ethereal eUSDE",
5-
67
"aliases": [
78
"PTeUSDE",
89
"PT-eUSDE",
@@ -16,8 +17,14 @@
1617
"aEthPT-eUSDE-14AUG2025",
1718
"stataEthPT-eUSDE-14AUG2025",
1819
"PT-USDe-31JUL2025",
20+
"PT-USDe-25SEP2025",
1921
"aEthPT-USDe-31JUL2025",
20-
"stataEthPT-USDe-31JUL2025"
22+
"stataEthPT-USDe-31JUL2025",
23+
"aEthPT-USDe-25SEP2025",
24+
"stataEthPT-USDe-25SEP2025"
2125
],
22-
"variations": ["aToken", "stataToken"]
23-
}
26+
"variations": [
27+
"aToken",
28+
"stataToken"
29+
]
30+
}

0 commit comments

Comments
 (0)