File tree Expand file tree Collapse file tree 3 files changed +511
-675
lines changed Expand file tree Collapse file tree 3 files changed +511
-675
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @bobanetwork/graphql-utils" ,
3- "version" : " 1.1.15 " ,
3+ "version" : " 1.1.16 " ,
44 "description" : " GraphQL services to be consumed by frontend/backend services." ,
55 "main" : " ./dist/index.js" ,
66 "types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -414,10 +414,8 @@ export class AnchorageGraphQLService extends GraphQLService {
414414 const messagesPassed = await this . findWithdrawalMessagesPassed ( withdrawalsInitiated . map ( ( wI ) => wI . block_number ) , l2ChainId )
415415 const withdrawalHashes = messagesPassed . map ( ( mP ) => mP . withdrawalHash )
416416 const provenWithdrawals = await this . findWithdrawalsProven ( withdrawalHashes , l1ChainId )
417- console . log ( `provenWithdrawals` , provenWithdrawals )
418417 const finalizedWithdrawals =
419418 await this . findWithdrawalsFinalized ( withdrawalHashes , l1ChainId )
420- console . log ( `finalizedWithdrawals` , finalizedWithdrawals )
421419
422420 const withdrawalTransactions : any [ ] = [ ]
423421 for ( const withdrawalHashCandidate of withdrawalHashes ) {
You can’t perform that action at this time.
0 commit comments