Skip to content

Commit

Permalink
fix: erc1155 buy order
Browse files Browse the repository at this point in the history
  • Loading branch information
orionstardust committed Aug 16, 2024
1 parent 176b44d commit 96d2b79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mappings/diamond.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1922,6 +1922,7 @@ export function handleERC1155BuyOrderAdd(event: ERC1155BuyOrderAdd): void {
entity.erc1155TokenId = event.params.erc1155TokenId;
entity.priceInWei = event.params.priceInWei;
entity.quantity = event.params.quantity;
entity.executedQuantity = BIGINT_ZERO;
entity.save();
}

Expand Down

0 comments on commit 96d2b79

Please sign in to comment.