Skip to content

Commit

Permalink
Fix contract filter
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuan-chen committed Nov 1, 2024
1 parent ecb27db commit de4f927
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/lightbridge.parallel.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ describe('lightbridge parallel', () => {
chainId
)
const hashUnderTest = bridgeTx.hash
await bridgeTx.wait()

await delay(20_000)

Expand All @@ -424,7 +425,7 @@ describe('lightbridge parallel', () => {

const toBlock = 500 // NOTE: Increase this if it suddenly doesn't find events anymore
const originEvents = await LightBridgeBNB.queryFilter(
'AssetReceived',
LightBridgeBNB.filters.AssetReceived(),
0,
toBlock
)
Expand Down

0 comments on commit de4f927

Please sign in to comment.