Skip to content

Commit

Permalink
Merge pull request #13 from bobanetwork/publish/prepare-and-publish
Browse files Browse the repository at this point in the history
Prepare And Publish Package! v1.1.16
  • Loading branch information
sk-enya authored Aug 28, 2024
2 parents 9e75824 + be6a70c commit 0f67cee
Show file tree
Hide file tree
Showing 3 changed files with 511 additions and 675 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bobanetwork/graphql-utils",
"version": "1.1.15",
"version": "1.1.16",
"description": "GraphQL services to be consumed by frontend/backend services.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 0 additions & 2 deletions src/anchorage/anchorage.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,10 +414,8 @@ export class AnchorageGraphQLService extends GraphQLService {
const messagesPassed = await this.findWithdrawalMessagesPassed(withdrawalsInitiated.map((wI) => wI.block_number), l2ChainId)
const withdrawalHashes = messagesPassed.map((mP) => mP.withdrawalHash)
const provenWithdrawals = await this.findWithdrawalsProven(withdrawalHashes, l1ChainId)
console.log(`provenWithdrawals`, provenWithdrawals)
const finalizedWithdrawals =
await this.findWithdrawalsFinalized(withdrawalHashes, l1ChainId)
console.log(`finalizedWithdrawals`, finalizedWithdrawals)

const withdrawalTransactions: any[] = []
for (const withdrawalHashCandidate of withdrawalHashes) {
Expand Down
Loading

0 comments on commit 0f67cee

Please sign in to comment.