Skip to content

Commit

Permalink
fix: hack waiting for Opensea API bug to be fixed (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
levalleux-ludo authored Oct 18, 2024
1 parent 7cf4f41 commit 26c0727
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core-sdk/src/marketplaces/opensea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ export class OpenSeaMarketplace extends Marketplace {
fulfillerAddress,
osOrder.orderHash,
osOrder.protocolAddress,
osOrder.side
// osOrder.side
OrderSide.LISTING // TODO: Hack waiting for Opensea API bug to be fixed. See https://github.com/fermionprotocol/ui/issues/358
);
const inputData = ffd.fulfillment_data.transaction
.input_data as unknown as {
Expand Down

0 comments on commit 26c0727

Please sign in to comment.