Skip to content

Commit

Permalink
chore: add sei token metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-moore committed Aug 15, 2023
1 parent 04705ba commit 3aaa10a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added packages/token-metadata/src/images/sei.webp
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/token-metadata/src/tokens/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1701,4 +1701,12 @@ export default {
tokenType: TokenType.Ibc,
},
},

SEI: {
name: 'SEI',
symbol: 'SEI',
decimals: 6,
logo: 'sei.webp',
coinGeckoId: 'sei-network',
},
} as Record<string, TokenMeta>

0 comments on commit 3aaa10a

Please sign in to comment.