Skip to content

Commit 5ab7561

Browse files
authored
update dextf to memento (#2967)
1 parent 8cccfd2 commit 5ab7561

File tree

4 files changed

+138
-192
lines changed

4 files changed

+138
-192
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/**
2+
* Token icon identifier mappings for CCIP tokens.
3+
*
4+
* Maps display token names to their corresponding icon identifiers
5+
* used in CloudFront URLs. This allows tokens to have updated display
6+
* names while maintaining compatibility with existing icon assets.
7+
*/
8+
export const CCIP_TOKEN_ICON_MAPPINGS: Record<string, string> = {
9+
Memento: "dextf",
10+
}

0 commit comments

Comments
 (0)