opensea-creatures icon indicating copy to clipboard operation
opensea-creatures copied to clipboard

Issue:

Open osarukun opened this issue 2 years ago • 0 comments

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.

オリジナルは @cap10bad が https://github.com/ProjectOpenSea/opensea-js/issues/241 にポスト

osarukun avatar Apr 08 '22 03:04 osarukun