Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
feat: add blur.io marketplace event
Browse files Browse the repository at this point in the history
  • Loading branch information
kenryu42 committed Nov 3, 2022
1 parent fe72b8b commit 69bffac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/logEventTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ const saleEventTypes = [
'0x95fb6205e23ff6bda16a2d1dba56b9ad7c783f67c96fa149785052f47696f2be', // TakerBid (LooksRare)
'0x68cd251d4d267c6e2034ff0088b990352b97b2002c0476587d0c4da889c11330', // TakerAsk (LooksRare)
'0x9d9af8e38d66c62e2c12f0225249fd9d721c54b83f48d9352c97c6cacdcb6f31', // OrderFulfilled (Seaport)
'0x8873f53f40d4865bac9c1e8998aef3351bb1ef3db1a6923ab09621cf1a6659a9' // swapEvent (NFT Trader)
'0x8873f53f40d4865bac9c1e8998aef3351bb1ef3db1a6923ab09621cf1a6659a9', // swapEvent (NFT Trader)
'0x61cbb2a3dee0b6064c2e681aadd61677fb4ef319f0b547508d495626f5a62f64' // OrdersMatched (Blur)
];

export { transferEventTypes, saleEventTypes };

0 comments on commit 69bffac

Please sign in to comment.