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

possible unknown assets bug #1784

Closed
TalDerei opened this issue Sep 14, 2024 · 3 comments
Closed

possible unknown assets bug #1784

TalDerei opened this issue Sep 14, 2024 · 3 comments
Labels
bug Something isn't working ui Related to user interface or ux design

Comments

@TalDerei
Copy link
Contributor

when spinning up my local pd instance and cometbft, I encounter unknown assets because the symbol in the metadata is missing. I'm unsure whether this is happening only to me or if it's a registry-related issue?

Screenshot 2024-09-14 at 2 34 42 PM Screenshot 2024-09-14 at 2 34 39 PM
@TalDerei TalDerei added bug Something isn't working ui Related to user interface or ux design labels Sep 14, 2024
@github-project-automation github-project-automation bot moved this to 🗄️ Backlog in Penumbra web Sep 14, 2024
@grod220
Copy link
Collaborator

grod220 commented Sep 16, 2024

Any chance the local pd node used to have the chain id of penumbra-testnet-deimos-8-x6de97e39? In short, the assets are unknown because:

  • There is not a registry json called penumbra-testnet-phobos-x6b520739
  • Given this is a testnet chain id, it will check for a registry called penumbra-testnet-phobos. It does not find that either.

@conorsch, any chance we could we change the local pd chain id to penumbra-testnet-phobos-1-x6de97e39? This will ensure it will hit the registry file there.

@TalDerei
Copy link
Contributor Author

Any chance the local pd node used to have the chain id of penumbra-testnet-deimos-8-x6de97e39?

When I tried modifying the chain id to penumbra-testnet-deimos-8-x6de97e39, I still encountered the same problem?

Screenshot 2024-09-16 at 7 37 25 AM

@TalDerei
Copy link
Contributor Author

TalDerei commented Sep 17, 2024

the issue was related to prax-wallet/registry#89. It was failing to fetch from the registry because it was trying to find penumbra-testnet-deimos-8.json rather than penumbra-testnet-deimos-8-x6de97e39.json. Bumping the registry in prax-wallet/prax#197 will resolve this. closing optimistically

@github-project-automation github-project-automation bot moved this from 🗄️ Backlog to ✅ Done in Penumbra web Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ui Related to user interface or ux design
Projects
Archived in project
Development

No branches or pull requests

2 participants