Skip to content

Commit

Permalink
feat(#4): version bump, now everything succeeds :D
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhxyz committed Aug 31, 2024
1 parent 2d87d5f commit 310b14e
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"vitest": "^1.6.0"
},
"dependencies": {
"@lucid-evolution/lucid": "^0.3.15"
"@lucid-evolution/lucid": "^0.3.19"
}
}
78 changes: 39 additions & 39 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export const cancelOrders = async (lucid: LucidEvolution, tx: TxBuilder, orderRe
txAppend = txAppend
.collectFrom([orderUTxO], Data.to("PartialCancel", PartialOrderRedeemer))
.pay.ToAddressWithData(toAddress(orderUTxOsDatum.podOwnerAddr, lucid), { kind: "inline", value: Data.to(outputRef, OutputReferenceD) }, expectedPaymentWithDeposit(poConstants, orderUTxO.assets, orderUTxOsDatum, false))
.addSigner(orderUTxOsDatum.podOwnerKey)
.addSignerKey(orderUTxOsDatum.podOwnerKey)
.mintAssets({ [poConstants.mintPolicyId + orderUTxOsDatum.podNFT]: -1n }, Data.to(null, PONftPolicyRedeemer));
}
const [pocDatum, pocUTxO] = await fetchPartialOrderConfig(lucid)
Expand Down

0 comments on commit 310b14e

Please sign in to comment.