Skip to content

Commit

Permalink
🚚 rename chain-rmrk2 to chain-ksm in components/massmint/useMassMint.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Apr 11, 2023
1 parent f8f0b8a commit ec249a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/massmint/useMassMint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const useMassMint = () => {
const { urlPrefix } = usePrefix()
const queryPath = {
rmrk: 'chain-rmrk',
rmrk2: 'chain-rmrk2',
rmrk2: 'chain-ksm',
}

const doFetch = async () => {
Expand Down

0 comments on commit ec249a6

Please sign in to comment.