Skip to content

Commit

Permalink
fix(sana): ventory sales (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
remiroyc authored Oct 10, 2024
1 parent be81aff commit f1cb658
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/sana/src/managers/event_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ impl<S: Storage> EventManager<S> {
block_timestamp,
updated_at: Some(SystemTime::now().duration_since(UNIX_EPOCH)?.as_secs()),
quantity: 1,
currency_address: None,
currency_address: Some(
"0x04718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d".to_string(),
), // STRK TOKEN
marketplace_contract_address: to_hex_str(&event.from_address),
marketplace_name: "Ventory".to_string(),
price: to_hex_str(price),
Expand Down

0 comments on commit f1cb658

Please sign in to comment.