Skip to content

Commit

Permalink
feat: add new chain sonic
Browse files Browse the repository at this point in the history
  • Loading branch information
myz1237 committed Jan 7, 2025
1 parent 4973bcc commit 5049afa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file added src/assets/icons/chains/sonic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/chains/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export enum ChainKey {
OPB = 'opb',
WCC = 'wcc',
LSK = 'lsk',
SON = 'son',

// None-EVM
SOL = 'sol',
Expand Down Expand Up @@ -96,6 +97,7 @@ export enum ChainId {
OPB = 204,
WCC = 480,
LSK = 1135,
SON = 146,

// None-EVM (IDs are made up by the LI.FI team)
SOL = 1151111081099710,
Expand Down
2 changes: 2 additions & 0 deletions src/tokens/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export enum CoinKey {
OKB = 'OKB',
WLD = 'WLD', // World Coin Token
LSK = 'LSK', // Lisk Token
S = 'S', // Sonic Token

// Solana
SOL = 'SOL',
Expand Down Expand Up @@ -67,4 +68,5 @@ export enum CoinKey {
WOKB = 'WOKB', // Wrapped OKB Token
WBNB = 'WBNB', // Wrapped BNB Token
WCRO = 'WCRO', // Wrapped CRO Token
wS = 'wS', // Wrapped Sonic Token
}

0 comments on commit 5049afa

Please sign in to comment.