Skip to content

Commit 9c676f2

Browse files
committed
feat: add mapping of accepted tokens to storage
1 parent 9625a58 commit 9c676f2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/event_factory/event_factory.cairo

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ pub mod EventFactory {
162162
event_organizer_count: Map<u256, u32>,
163163
event_organizers: Map<u256, Map<u32, ContractAddress>>,
164164
organizer_event_count: Map<ContractAddress, u256>,
165+
fee_token_address: Map<FeeToken, Map<u256, ContractAddress>>,
166+
event_balance: Map<u256, u256>,
167+
crowd_pass_balance: Map<u256, u256>,
165168
}
166169

167170
//*//////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)