chore: update contracts submodule

This commit is contained in:
Adam Uhlíř 2025-01-15 14:18:18 +01:00 committed by Eric
parent 52c4ac7d96
commit c413349b4d
No known key found for this signature in database
2 changed files with 3 additions and 4 deletions

View File

@ -66,9 +66,8 @@ ethersuite "Marketplace contracts":
proc startContract() {.async.} =
for slotIndex in 1 ..< request.ask.slots:
discard await token
.approve(marketplace.address, request.ask.collateralPerSlot)
.confirm(1)
discard
await token.approve(marketplace.address, request.ask.collateral).confirm(1)
discard await marketplace.reserveSlot(request.id, slotIndex.u256).confirm(1)
discard await marketplace.fillSlot(request.id, slotIndex.u256, proof).confirm(1)

@ -1 +1 @@
Subproject commit 6762f65cd67e557ec5933b4850986ed54f4871d1
Subproject commit 73b1b6cfc43538d45233fb7c0978b1b9470c3d18