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

Bridged NFT metadata does not show on explorer #1419

Open
Neonckb opened this issue Apr 25, 2023 · 1 comment
Open

Bridged NFT metadata does not show on explorer #1419

Neonckb opened this issue Apr 25, 2023 · 1 comment
Assignees
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@Neonckb
Copy link

Neonckb commented Apr 25, 2023

Please see:

https://www.gwscan.com/multi-token-item/0x34933a5958378e7141aa2305cdb5cdf514896035/31019289342735007964254165470

This NFT was bridged from Ethereum to Godwoken using XP NETWORK bridge

I have consulted with Dima from XP NETWORK

The metadata can be found here

https://nft.xp.network/w/31019289342735007964254165470

Image:
https://i.seadn.io/gae/TWw6VjeyKmC6oAhpZaOui2YlLKk0aYEoK6043brdW0PvPDgsO6IBrywNNl8-4guJLKs7mE2qQXNje039-btWpcReANZJWprp2Tto?w=500&auto=format

Some further info from Dima which may be helpful:

The contract has a uri(uint256 tokenID) function that returns this:

https://nft.xp.network/w/{id}

The marketplace needs to replace {id} with the tokenID

This is the standard OpenZepplin implementation:

https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC1155/ERC1155.sol#L59

As a result of the above manipulations you will get this link:

https://nft.xp.network/w/31019289342735007964254165470

@Naupio Naupio self-assigned this Apr 25, 2023
@Naupio Naupio added bug Something isn't working invalid This doesn't seem right labels Apr 25, 2023
@Naupio
Copy link
Contributor

Naupio commented May 6, 2023

fixed
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
Status: Done
Development

No branches or pull requests

3 participants