File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ export const Catalog = () => {
157157 < TokenIcon token = { "BTC" } white = { true } />
158158 < TokenIcon token = { "BUSD" } white = { true } />
159159 < TokenIcon token = { "CRV" } white = { true } />
160+ < TokenIcon token = { "CVX" } white = { true } />
160161 < TokenIcon token = { "DAI" } white = { true } />
161162 < TokenIcon token = { "DGB" } white = { true } />
162163 < TokenIcon token = { "DOGE" } white = { true } />
@@ -177,6 +178,8 @@ export const Catalog = () => {
177178 < TokenIcon token = { "UNI" } white = { true } />
178179 < TokenIcon token = { "USDC" } white = { true } />
179180 < TokenIcon token = { "USDT" } white = { true } />
181+ < TokenIcon token = { "WBTC" } white = { true } />
182+ < TokenIcon token = { "WETH" } white = { true } />
180183 < TokenIcon token = { "ZEC" } white = { true } />
181184 </ Flex >
182185 </ CatalogItem >
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ import { ReactComponent as WhiteBNB } from "./icons/white/bnb.svg";
3030import { ReactComponent as WhiteBTC } from "./icons/white/btc.svg" ;
3131import { ReactComponent as WhiteBUSD } from "./icons/white/busd.svg" ;
3232import { ReactComponent as WhiteCRV } from "./icons/white/crv.svg" ;
33+ import { ReactComponent as WhiteCVX } from "./icons/white/cvx.svg" ;
3334import { ReactComponent as WhiteDAI } from "./icons/white/dai.svg" ;
3435import { ReactComponent as WhiteDGB } from "./icons/white/dgb.svg" ;
3536import { ReactComponent as WhiteDOGE } from "./icons/white/doge.svg" ;
@@ -49,6 +50,8 @@ import { ReactComponent as WhiteSUSHI } from "./icons/white/sushi.svg";
4950import { ReactComponent as WhiteUNI } from "./icons/white/uni.svg" ;
5051import { ReactComponent as WhiteUSDC } from "./icons/white/usdc.svg" ;
5152import { ReactComponent as WhiteUSDT } from "./icons/white/usdt.svg" ;
53+ import { ReactComponent as WhiteWBTC } from "./icons/white/wbtc.svg" ;
54+ import { ReactComponent as WhiteWETH } from "./icons/white/weth.svg" ;
5255import { ReactComponent as WhiteZEC } from "./icons/white/zec.svg" ;
5356
5457const icons = {
@@ -80,6 +83,7 @@ const icons = {
8083 BTC : WhiteBTC ,
8184 BUSD : WhiteBUSD ,
8285 CRV : WhiteCRV ,
86+ CVX : WhiteCVX ,
8387 DAI : WhiteDAI ,
8488 DGB : WhiteDGB ,
8589 DOGE : WhiteDOGE ,
@@ -100,6 +104,8 @@ const icons = {
100104 UNI : WhiteUNI ,
101105 USDC : WhiteUSDC ,
102106 USDT : WhiteUSDT ,
107+ WBTC : WhiteWBTC ,
108+ WETH : WhiteWETH ,
103109 ZEC : WhiteZEC ,
104110 } ,
105111} ;
You can’t perform that action at this time.
0 commit comments