Skip to content

Commit

Permalink
Merge branch 'main' into feat/userInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
eddnewgate authored Aug 10, 2024
2 parents 45472dd + e72e488 commit 9d8d24d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/lib.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@ pub mod PushComm {
#[key]
pub channel: ContractAddress,
pub delegate: ContractAddress,

#[derive(Drop, starknet::Event)]
pub struct ChannelAlias {
#[key]
pub chain_name: felt252,
pub chain_id: felt252,
pub channel_owner_address: ContractAddress,
pub ethereum_channel_address: felt252,
}

#[derive(Drop, starknet::Event)]
Expand Down

0 comments on commit 9d8d24d

Please sign in to comment.