Skip to content

Commit

Permalink
🚚 rename rmrk2 to ksm in composables/transaction/mintCollection/const…
Browse files Browse the repository at this point in the history
…ructMeta.ts
  • Loading branch information
vikiival committed Apr 11, 2023
1 parent a9f0198 commit 75a6166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composables/transaction/mintCollection/constructMeta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const createAttributes = (item: ActionMintCollection) => {
display_type: null,
}))
}
if (item.urlPrefix === 'rmrk' || item.urlPrefix === 'rmrk2') {
if (item.urlPrefix === 'rmrk' || item.urlPrefix === 'ksm') {
return []
}

Expand Down

0 comments on commit 75a6166

Please sign in to comment.