Skip to content

Commit

Permalink
🚚 new minimark in components/rmrk/service/NftUtils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Apr 12, 2023
1 parent 9a50523 commit 6f9c58a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/rmrk/service/NftUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import { generateId } from '../service/Consolidator'
import { Collection, NFT, NFTWithMeta, SimpleNFT } from './scheme'
import slugify from 'slugify'
import { RmrkWithMetaType } from './scheme'
import { UpdateFunction, upperTrim } from '@kodadot1/minimark'
import { upperTrim } from '@kodadot1/minimark/utils'
import { UpdateFunction } from '@kodadot1/minimark/common'

export type MintType = {
collection: Collection
Expand Down

0 comments on commit 6f9c58a

Please sign in to comment.