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

fix(bridge-ui): defaulting to source chain explorer for link to canonical address #16701

Merged
merged 5 commits into from
Apr 11, 2024
Merged

fix(bridge-ui): defaulting to source chain explorer for link to canonical address #16701

merged 5 commits into from
Apr 11, 2024

Conversation

ricecodekhmer
Copy link
Contributor

When checking out the details of the NFT in the info box, the link taking you to view the NFT details is pointing to the wrong blockchain explorer. For my NFT, it's mistakenly sending me to katla explorer link rather than where it should, the L1 chain explorer. It seems more logical to default to the NFT's source chain explorer link when the NFT hasn't been registered to either the destTokenVaultContract or srcTokenVaultContract.

Also, in regards to showing the NFT images, most web browsers don't directly support 'IPFS://' links, which might result in many users just seeing placeholder instead of the actual NFT image. Perhaps it would be better a switch to using an IPFS gateway service for these links.

SCREENSHOT: The NFT info box

Screenshot

@KorbinianK KorbinianK self-assigned this Apr 10, 2024
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.

3 participants