Skip to content

Commit

Permalink
feat: add SEI token (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
myz1237 authored Jun 13, 2024
1 parent 15ef8b3 commit 0666a70
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
13 changes: 8 additions & 5 deletions src/assets/icons/chains/sei.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/tokens/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export enum CoinKey {
METIS = 'METIS',
EVM = 'EVM',
MNT = 'MNT',
SEI = 'SEI',

// Solana
SOL = 'SOL',
Expand Down Expand Up @@ -55,5 +56,5 @@ export enum CoinKey {
RUNE = 'RUNE',
WMNT = 'WMNT', // Wrapped MNT Token
frxETH = 'frxETH',
WSEI = 'WSEI', // Wrapped SEI Token, native SEI token is not supported
WSEI = 'WSEI', // Wrapped SEI Token
}

0 comments on commit 0666a70

Please sign in to comment.