fix(tests): fetching past contract events test (#1255)

This commit is contained in:
Eric 2025-06-05 13:36:09 +10:00 committed by GitHub
parent ffbbee01b1
commit 1bea94c390
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -537,6 +537,8 @@ ethersuite "On-Chain Market":
let (_, fromTime) = await ethProvider.blockNumberAndTimestamp(BlockTag.latest)
await ethProvider.advanceTime(1.u256)
await market.reserveSlot(request.id, 1.uint64)
await market.reserveSlot(request.id, 2.uint64)
await market.fillSlot(request.id, 1.uint64, proof, request.ask.collateralPerSlot)