Skip to content

Commit

Permalink
update events
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Oct 21, 2024
1 parent af4f454 commit d777da2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion contracts/stargaze-marketplace-v2/src/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@ pub fn execute_update_bid(
"collection",
"token_id",
"price",
"creator",
"recipient",
"finder",
],
Expand Down Expand Up @@ -895,7 +896,14 @@ pub fn execute_update_collection_bid(
CollectionBidEvent {
ty: "update-collection-bid",
collection_bid: &collection_bid,
attr_keys: vec!["id", "collection", "price", "recipient", "finder"],
attr_keys: vec![
"id",
"collection",
"price",
"creator",
"recipient",
"finder",
],
}
.into(),
);
Expand Down

0 comments on commit d777da2

Please sign in to comment.