Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Support for MATIC network needed. #37

Open
travisbevan opened this issue Sep 2, 2021 · 10 comments
Open

Support for MATIC network needed. #37

travisbevan opened this issue Sep 2, 2021 · 10 comments

Comments

@travisbevan
Copy link

So, seems there is a ton of love to matic network on opensea, but no love for embedding.

I understand and have seen Matic is currently now supported... But is there a way to force support, or something that could be done on the back end to allow support?

@Cgmarshall3
Copy link

Cgmarshall3 commented Sep 2, 2021 via email

@Cgmarshall3
Copy link

Cgmarshall3 commented Sep 2, 2021 via email

@Cgmarshall3
Copy link

I really have no clue so tell me to shut up and go read some more I will

@travisbevan
Copy link
Author

Can you hash tag code write a code that looks for a certain group of hash tags that you can embed and that nft then is a key to operate whatever

No idea if that would work, I’m not familiar blockchain coding… all I know is matic isn’t currently supported, and I don’t know how to get it supported

@TheAsouka
Copy link

Hi ! Any updates on this issue ? I'm trying to display NFT from Polygon Network (Matic) on my website.

@astro3710
Copy link

I'm getting the same issue with Matic NFTs! When I embed, I get the following error:

GET https://api.opensea.io/api/v1/asset/0x2953399124f0cbb46d2cbacd8a89cf0599974963/102901672716777469212982275450267195701811170297837487990796509467957769797633? 

Error: API Error 404: Not found. Full message was '{"success":false}'
    at e.<anonymous> (api.js:461)
    at api.js:40
    at Object.next (api.js:21)
    at s (api.js:12)

@fafrd
Copy link
Contributor

fafrd commented Dec 1, 2021

Looks like this will require a bit of a refactor; the Network object we use only allows for 'Mainnet' or 'Rinkeby'.
It's pulled in from opensea-js here https://github.com/ProjectOpenSea/opensea-js/blob/master/src/types.ts#L3-L9
which in turn imports from wyvern-js https://github.com/ProjectWyvern/wyvern-js/blob/master/src/types.ts#L18-L21

@fafrd
Copy link
Contributor

fafrd commented Dec 2, 2021

Actually, this is blocked on the fact that OpenSea doesn't provide an API for matic assets (yet).

@brunobely
Copy link

brunobely commented Mar 17, 2022

Any updates on this or potential workarounds?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants
@brunobely @fafrd @TheAsouka @travisbevan @Cgmarshall3 @astro3710 and others