Skip to content

Commit

Permalink
Change order of TokenlistTab names
Browse files Browse the repository at this point in the history
  • Loading branch information
JO-OLADEJI committed Sep 12, 2022
1 parent c5523c1 commit 7b08d4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
type ExtensionValue = string | number | boolean | null | undefined;

export enum TokenlistTabNames {
LARGE_CAP = "Large Cap",
TOP_TOKENS = "Top Tokens",
LARGE_CAP = "Large Cap",
AVALANCHE = "Avalanche",
STABLECOINS = "Stablecoins",
DEFI = "DeFi",
STABLECOINS = "Stablecoins",
GAMEFI = "GameFi",
MEME = "Meme",
}
Expand Down

0 comments on commit 7b08d4f

Please sign in to comment.