Skip to content

Commit

Permalink
fix: add DOG token to runes list
Browse files Browse the repository at this point in the history
  • Loading branch information
creed-victor committed Oct 16, 2024
1 parent 8b308df commit 7dc7cc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ export const DEFAULT_SWAP_ENTRIES: Partial<Record<ChainIds, string>> = {
export const CATEGORY_TOKENS: Record<CategoryType, string[]> = {
[CategoryType.Stablecoins]: SMART_ROUTER_STABLECOINS,
[CategoryType.BTC]: [COMMON_SYMBOLS.BTC],
[CategoryType.Runes]: ['POWA'],
[CategoryType.Runes]: ['POWA', 'DOGGOTOTHEMOON'],
[CategoryType.All]: [],
};

0 comments on commit 7dc7cc6

Please sign in to comment.