chore: bump contracts to master (#1197)

Bump contracts to master branch.

There was a change that allowed hardhat to have multiple blocks with the same timestamp, so this needed to be reflected in two tests.
This commit is contained in:
Eric 2025-04-17 16:13:43 +10:00 committed by GitHub
parent acf81d0571
commit 0f152d333c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -548,7 +548,7 @@ ethersuite "On-Chain Market":
switchAccount(host)
await market.reserveSlot(request.id, 0.uint64)
await market.fillSlot(request.id, 0.uint64, proof, request.ask.collateralPerSlot)
let filledAt = (await ethProvider.currentTime()) - 1.u256
let filledAt = (await ethProvider.currentTime())
for slotIndex in 1 ..< request.ask.slots:
await market.reserveSlot(request.id, slotIndex.uint64)
@ -575,7 +575,7 @@ ethersuite "On-Chain Market":
switchAccount(host)
await market.reserveSlot(request.id, 0.uint64)
await market.fillSlot(request.id, 0.uint64, proof, request.ask.collateralPerSlot)
let filledAt = (await ethProvider.currentTime()) - 1.u256
let filledAt = (await ethProvider.currentTime())
for slotIndex in 1 ..< request.ask.slots:
await market.reserveSlot(request.id, slotIndex.uint64)

@ -1 +1 @@
Subproject commit c00152e6213a3ad4e6760a670213bfae22b0aabf
Subproject commit 0bf138512b7c1c3b8d77c48376e47f702e47106c