Skip to content

Commit

Permalink
🚚 new minimark in components/accounts/utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Apr 12, 2023
1 parent ae9c5e8 commit d95682f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/accounts/utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import correctFormat from '~/utils/ss58Format'
import { encodeAddress, isAddress } from '@polkadot/util-crypto'
import { Interaction, createInteraction } from '@kodadot1/minimark'
import { Interaction, createInteraction } from '@kodadot1/minimark/v1'
import { useChainStore } from '@/stores/chain'

export type ShuffleFunction = (arr: string[]) => string[]
Expand Down

0 comments on commit d95682f

Please sign in to comment.