From 9a9eb8e1f235d80239ef5788f0d085fad9da078b Mon Sep 17 00:00:00 2001 From: 2xburnt <169301814+2xburnt@users.noreply.github.com> Date: Wed, 25 Jun 2025 12:15:35 -0500 Subject: [PATCH] fix nameMatcha build error --- src/components/dynamic/TextElement.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/dynamic/TextElement.vue b/src/components/dynamic/TextElement.vue index 61ee2b47..535c96b2 100644 --- a/src/components/dynamic/TextElement.vue +++ b/src/components/dynamic/TextElement.vue @@ -3,7 +3,7 @@ import { isBech32Address } from '@/libs/utils'; import { useBlockchain, useFormatter } from '@/stores'; import MdEditor from 'md-editor-v3'; import { computed, onMounted, ref } from 'vue'; -import nameMatcha from '@leapwallet/name-matcha' +import { registry as nameMatcha } from '@leapwallet/name-matcha' import { fromBase64, toHex } from '@cosmjs/encoding'; const chainStore = useBlockchain() @@ -119,4 +119,4 @@ const isConvertable = computed(() => { } } - \ No newline at end of file +