Skip to content

Commit

Permalink
⬆️ minimark package
Browse files Browse the repository at this point in the history
  • Loading branch information
roiLeo committed Dec 5, 2023
1 parent e6c1f3c commit 3f2f9b2
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 15 deletions.
13 changes: 6 additions & 7 deletions composables/transaction/transactionBurn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,12 @@ export async function execBurnCollection(
if (params.urlPrefix === 'ksm') {
executeTransaction({
cb: api.tx.system.remark,
arg: [collectionId, {}],
// arg: [
// createNewInteraction({
// action: NewInteraction.DESTROY,
// payload: { id: collectionId },
// }),
// ],
arg: [
createNewInteraction({
action: NewInteraction.DESTROY,
payload: { id: collectionId },
}),
],
})
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@kodadot1/brick": "workspace:*",
"@kodadot1/minimark": "^0.1.10",
"@kodadot1/minimark": "^0.1.13",
"@kodadot1/minipfs": "0.4.1-rc.0",
"@kodadot1/static": "workspace:*",
"@kodadot1/sub-api": "0.2.0-rc.0",
Expand Down
26 changes: 19 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit 3f2f9b2

Please sign in to comment.