Skip to content
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

New asset systems fixes + New indexer schema #2383

Merged
merged 10 commits into from
Apr 18, 2024
Merged

Conversation

Robiquet
Copy link
Member

@Robiquet Robiquet commented Apr 5, 2024

No description provided.

Copy link

vercel bot commented Apr 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 18, 2024 10:34am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
wsx ⬜️ Ignored (Inspect) Visit Preview Apr 18, 2024 10:34am

@Robiquet Robiquet changed the title New asset systems fixes New asset systems fixes + New indexer schema Apr 5, 2024
@@ -146,7 +145,13 @@ const CurrenciesTable = ({ address }: { address: string }) => {
asset: (
<ImageAndText
name={balance.symbol}
imagePath={lookupAssetImagePath(balance.foreignAssetId) ?? ""}
imagePath={
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noticed that ZBS and DOT image is not showing up in my portfolio under Balances

@Robiquet Robiquet merged commit 9212fe8 into staging Apr 18, 2024
6 of 7 checks passed
@Robiquet Robiquet deleted the tr-new-asset-system branch April 18, 2024 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants