Skip to content

Commit

Permalink
feat: flatten events
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0rgal committed Nov 9, 2023
1 parent cda20a1 commit ba656f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/identity/main.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,17 @@ mod Identity {
ExtendedUserDataUpdate: ExtendedUserDataUpdate,
MainIdUpdate: MainIdUpdate,
// components
#[flat]
CustomUriEvent: custom_uri_component::Event,
#[flat]
StorageReadEvent: storage_read_component::Event,
#[flat]
SRC5Event: SRC5Component::Event,
#[flat]
ERC721Event: ERC721Component::Event,
#[flat]
OwnableEvent: OwnableComponent::Event,
#[flat]
UpgradeableEvent: UpgradeableComponent::Event
}

Expand Down

0 comments on commit ba656f6

Please sign in to comment.