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

Issue: #205

Open
osarukun opened this issue Apr 8, 2022 · 0 comments
Open

Issue: #205

osarukun opened this issue Apr 8, 2022 · 0 comments

Comments

@osarukun
Copy link

osarukun commented Apr 8, 2022

Issue:
If you request an order with seaport.api.getOrder and provide undefined values for asset_contract_address and token_id, a totally random order is returned.

Reproduction:

const order = await seaport.api.getOrder({
            side: OrderSide.Sell,
            asset_contract_address: undefined,
            token_id: undefined
        });

Expected:
An error or no order returned.

Actual:
A random item is returned.

Thank you. Let me know if there's anything else I can provide to help.

オリジナルは @cap10badProjectOpenSea/opensea-js#241 にポスト

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

1 participant