Skip to content

Commit

Permalink
Sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
uncoolzero committed Oct 11, 2023
1 parent d91b531 commit d0ddab1
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ const sortMap = {
urBEAN: 2,
urBEAN3CRV: 3,
ETH: 4,
DAI: 5,
USDC: 6,
USDT: 7,
WETH: 5,
"3CRV": 6,
DAI: 7,
USDC: 8,
USDT: 9,
} as const;

export type TokenBalanceWithFiatValue = {
Expand Down

0 comments on commit d0ddab1

Please sign in to comment.