Skip to content

Commit

Permalink
change labels on old pools
Browse files Browse the repository at this point in the history
  • Loading branch information
uncoolzero committed Dec 14, 2023
1 parent 3621ad2 commit 778972d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/ui/src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const BEAN_ETH_UNIV2_LP = {
18,
{
name: 'BEAN:ETH LP',
symbol: 'BEANETH OLD',
symbol: 'OLD BEANETH',
logo: beanEthLpLogoUrl,
displayDecimals: 9,
isLP: true,
Expand All @@ -253,7 +253,7 @@ export const BEAN_LUSD_LP = {
18,
{
name: 'BEAN:LUSD LP',
symbol: 'BEANLUSD OLD',
symbol: 'OLD BEANLUSD',
logo: beanLusdLogoUrl,
isLP: true,
},
Expand Down Expand Up @@ -313,7 +313,7 @@ export const BEAN_CRV3_V1_LP = {
6,
{
name: 'BEAN:CRV3 V1 LP',
symbol: 'BEAN3CRV OLD',
symbol: 'OLD BEAN3CRV',
logo: beanCrv3LpLogoUrl,
isLP: true,
color: '#DFB385',
Expand Down

0 comments on commit 778972d

Please sign in to comment.