Skip to content

Commit

Permalink
🚚 rename rmrk2 to ksm in composables/transaction/transactionList.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Apr 11, 2023
1 parent 9957798 commit 3260f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composables/transaction/transactionList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function execListTx(item: ActionList, api, executeTransaction) {
return
}

if (item.urlPrefix === 'rmrk' || item.urlPrefix === 'rmrk2') {
if (item.urlPrefix === 'rmrk' || item.urlPrefix === 'ksm') {
const version = item.urlPrefix === 'rmrk' ? '1.0.0' : '2.0.0'
executeTransaction({
cb: api.tx.system.remark,
Expand Down

0 comments on commit 3260f3b

Please sign in to comment.