Skip to content

Commit

Permalink
Merge branch 'main' into recommend_fee
Browse files Browse the repository at this point in the history
  • Loading branch information
dave | d1onys1us authored Dec 20, 2022
2 parents 4478fb4 + d5532f6 commit d90f69a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/protocol/test/bridge/Bridge.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,9 @@ describe("integration:Bridge", function () {
blockHeader
)

console.log("signal:", signal)
console.log("signalProof:", signalProof)

await expect(
l2Bridge.isMessageReceived(signal, srcChainId, signalProof)
).to.be.revertedWith("Invalid large internal hash")
Expand Down

0 comments on commit d90f69a

Please sign in to comment.