Skip to content

Commit

Permalink
fix: add logos
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrabina committed Feb 26, 2025
1 parent c0d225f commit 5eb40de
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/icons/tokens/s.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/tokens/ws.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/ui-config/TokenList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,18 @@ const NETWORK_ASSETS: TokenInfo[] = [
isNative: true,
},
},
{
name: 'Sonic',
symbol: 'S',
decimals: 18,
address: API_ETH_MOCK_ADDRESS,
chainId: 146,
logoURI:
'https://assets.coingecko.com/coins/images/38108/standard/200x200_Sonic_Logo.png?1734679256',
extensions: {
isNative: true,
},
},

// NOTE L2 ETH
{
Expand Down

0 comments on commit 5eb40de

Please sign in to comment.