Skip to content

Commit

Permalink
Add weETH token icon (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
yivlad authored Jun 14, 2024
1 parent d265064 commit 8cb3b57
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/app/src/ui/assets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ import unknown from './tokens/unknown.svg'
import usdc from './tokens/usdc.svg'
import usdt from './tokens/usdt.svg'
import wbtc from './tokens/wbtc.svg'
import weeth from './tokens/weeth.svg'
import weth from './tokens/weth.svg'
import wsteth from './tokens/wsteth.svg'
import wxdai from './tokens/wxdai.svg'
Expand Down Expand Up @@ -127,6 +128,7 @@ export const assets = {
wxdai,
xdai,
eure,
weeth,
unknown,
},
walletIcons: {
Expand Down Expand Up @@ -164,4 +166,5 @@ export const tokenColors: Record<string, string> = {
XDAI: '#FFC046',
GNO: '#3E6957',
EURe: '#0086C2',
weETH: '#5A44BE',
}
100 changes: 100 additions & 0 deletions packages/app/src/ui/assets/tokens/weeth.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8cb3b57

Please sign in to comment.