@@ -339,20 +339,20 @@ describe('EventStream Policy Integration Tests', () => {
339
339
block_timestamp : 1n ,
340
340
} satisfies z . infer < typeof events . LaunchpadTokenCreated > ) ,
341
341
} ,
342
- {
343
- event_name : 'LaunchpadTokenTraded' ,
344
- event_payload : serializeBigIntObj ( {
345
- block_timestamp : 1n ,
346
- transaction_hash : '0x1111111111111111111111111111111111111111' ,
347
- trader_address : '0x1111111111111111111111111111111111111111' ,
348
- token_address : '0x7777777777777777777777777777777777777777' ,
349
- is_buy : true ,
350
- eth_chain_id : 1 ,
351
- eth_amount : 1n ,
352
- community_token_amount : 1n ,
353
- floating_supply : 1n ,
354
- } satisfies z . infer < typeof events . LaunchpadTokenTraded > ) ,
355
- } ,
342
+ // {
343
+ // event_name: 'LaunchpadTokenTraded',
344
+ // event_payload: serializeBigIntObj({
345
+ // block_timestamp: 1n,
346
+ // transaction_hash: '0x1111111111111111111111111111111111111111',
347
+ // trader_address: '0x1111111111111111111111111111111111111111',
348
+ // token_address: '0x7777777777777777777777777777777777777777',
349
+ // is_buy: true,
350
+ // eth_chain_id: 1,
351
+ // eth_amount: 1n,
352
+ // community_token_amount: 1n,
353
+ // floating_supply: 1n,
354
+ // } satisfies z.infer<typeof events.LaunchpadTokenTraded>),
355
+ // },
356
356
{
357
357
event_name : 'LaunchpadTokenGraduated' ,
358
358
event_payload : serializeBigIntObj ( {
@@ -379,7 +379,7 @@ describe('EventStream Policy Integration Tests', () => {
379
379
'CommunityCreated' ,
380
380
'ThreadCreated' ,
381
381
'LaunchpadTokenCreated' ,
382
- 'LaunchpadTokenTraded' ,
382
+ // 'LaunchpadTokenTraded',
383
383
'LaunchpadTokenGraduated' ,
384
384
] satisfies Events [ ] ;
385
385
0 commit comments