Skip to content

Commit

Permalink
Fix event
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuan-chen committed Nov 1, 2024
1 parent 7d8b2b3 commit 1ac88f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/lightbridge.integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,7 @@ describe('lightbridge', () => {

const blockNumber = await providerBnb.getBlockNumber()
const events = await teleportationServiceBnb._getAssetReceivedEventsViaQueryFilter(
L2BNBOnBobaBnb,
LightBridgeBNB,
preBlockNumber,
blockNumber
)
Expand Down Expand Up @@ -2084,7 +2084,7 @@ describe('lightbridge', () => {

const blockNumber = await providerBnb.getBlockNumber()
const events = await teleportationServiceBnb._getAssetReceivedEventsViaQueryFilter(
L2BNBOnBobaBnb,
LightBridgeBNB,
preBlockNumber,
blockNumber
)
Expand Down

0 comments on commit 1ac88f9

Please sign in to comment.