fix nameMatcha build error

This commit is contained in:
2xburnt 2025-06-25 12:15:35 -05:00
parent 7001a728b4
commit 9a9eb8e1f2
No known key found for this signature in database
GPG Key ID: 0FC7634F60B3CAE3

View File

@ -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(() => {
}
}
</style>
</style>