mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-05 15:03:07 +00:00
chore: update contracts submodule
This commit is contained in:
parent
52c4ac7d96
commit
c413349b4d
@ -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)
|
||||
|
||||
|
||||
2
vendor/codex-contracts-eth
vendored
2
vendor/codex-contracts-eth
vendored
@ -1 +1 @@
|
||||
Subproject commit 6762f65cd67e557ec5933b4850986ed54f4871d1
|
||||
Subproject commit 73b1b6cfc43538d45233fb7c0978b1b9470c3d18
|
||||
Loading…
x
Reference in New Issue
Block a user