Skip to content

Commit 0f67cee

Browse files
authored
Merge pull request #13 from bobanetwork/publish/prepare-and-publish
Prepare And Publish Package! v1.1.16
2 parents 9e75824 + be6a70c commit 0f67cee

File tree

3 files changed

+511
-675
lines changed

3 files changed

+511
-675
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

src/anchorage/anchorage.service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)