Skip to content

Commit

Permalink
Add a random tx
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuan-chen committed Nov 1, 2024
1 parent 1ac88f9 commit ecb27db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/lightbridge.parallel.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,12 @@ describe('lightbridge parallel', () => {

await delay(20_000)

const randomTx = await wallet1Bnb.sendTransaction({
to: ethers.Wallet.createRandom().address,
value: utils.parseEther('0.1'),
})
await randomTx.wait()

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

0 comments on commit ecb27db

Please sign in to comment.