-
Notifications
You must be signed in to change notification settings - Fork 973
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
opensea-js v7 planning #1056
Comments
@ryanio I assume the item |
@ryanio How about API "Retrieve NFTs by Wallet Address" ? |
@kieutuan218 yes there is for NFTs by user there is a generic |
@ryanio https://docs.opensea.io/v1.0/reference/getting-assets This API seems to only work with the Ethereum network. I tried querying a collection on the Polygon network, but the API returned an empty result. |
@kieutuan218 ah right, we'll need to add that in a v2 upgrade to the endpoint at some point. thanks for pointing out. |
GMGM. Was texting with thenerdassassin about adding priority fee, max gas and gaslimit as a option to add in the sdk. Would be a great feature to have. |
Hello Nerdassassin, I've been following this and am currently waiting for a gas limit option as well. Only then can I continue with my project unfortunately.. will this be added soon or will it take a while? Thanks for your support! Greetings ComingSoon |
Do we have an ETA for v7? The fact that ethers-js v6 is not yet supported is quite cumbersome. |
@Slers I'm working on upgrading to ethers v6 now, starting with seaport-js, hoping to release it in opensea-js in the next couple days! |
Breaking changes
wallet
constructor param and just useprovider
, can be renamed tosignerOrProvider
(wallet
is a subclass of provider)chain
param fromgetNFTsByContract
/getNFT
/refreshNFTMetadata
at the end / last parameter as optional and default tosdk.chain
OpenSeaPort
Non-breaking changes (applicable for inclusion in patch or minor releases)
offer_protection_enabled
parameter for creating offersThe text was updated successfully, but these errors were encountered: