-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: rename HAY and SnBNB to lisUSD and slisBNB #2157
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Coverage Report
File Coverage
|
import ltcLogo from 'packages/tokens/img/ltc.svg'; | ||
import lunaLogo from 'packages/tokens/img/luna.svg'; | ||
import maticLogo from 'packages/tokens/img/matic.svg'; | ||
import nftLogo from 'packages/tokens/img/nft.png'; | ||
import planetLogo from 'packages/tokens/img/planet.svg'; | ||
import racaLogo from 'packages/tokens/img/raca.png'; | ||
import sdLogo from 'packages/tokens/img/sd.svg'; | ||
import snbnbLogo from 'packages/tokens/img/snBNB.svg'; | ||
import slisbnbLogo from 'packages/tokens/img/slisBNB.png'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: slisBnbLogo
import linkLogo from 'packages/tokens/img/link.svg'; | ||
import lisusdLogo from 'packages/tokens/img/lisUSD.png'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: lisUsdLogo
@@ -17,15 +17,15 @@ import dogeLogo from 'packages/tokens/img/doge.svg'; | |||
import ethLogo from 'packages/tokens/img/eth.svg'; | |||
import fdusdLogo from 'packages/tokens/img/fdusd.svg'; | |||
import flokiLogo from 'packages/tokens/img/floki.svg'; | |||
import hayLogo from 'packages/tokens/img/hay.png'; | |||
import lisusdLogo from 'packages/tokens/img/lisUSD.png'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: lisUsdLogo
import ltcLogo from 'packages/tokens/img/ltc.svg'; | ||
import lunaLogo from 'packages/tokens/img/luna.svg'; | ||
import maticLogo from 'packages/tokens/img/matic.svg'; | ||
import nftLogo from 'packages/tokens/img/nft.png'; | ||
import planetLogo from 'packages/tokens/img/planet.svg'; | ||
import racaLogo from 'packages/tokens/img/raca.png'; | ||
import sdLogo from 'packages/tokens/img/sd.svg'; | ||
import snbnbLogo from 'packages/tokens/img/snBNB.svg'; | ||
import slisbnbLogo from 'packages/tokens/img/slisBNB.png'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: slisBnbLogo
96496fe
to
d49ccf3
Compare
Jira ticket(s)
VEN-2198
Changes