diff --git a/src/modules/[chain]/nft/nftStore.ts b/src/modules/[chain]/nft/nftStore.ts index c54b006e..144b15e3 100644 --- a/src/modules/[chain]/nft/nftStore.ts +++ b/src/modules/[chain]/nft/nftStore.ts @@ -16,7 +16,7 @@ export const useNFTModule = defineStore('module-nft', { return useBlockchain() }, client() { - const client = new NFTRestClient(this.chain.rest, DEFAULT) + const client = new NFTRestClient("", DEFAULT) return client } },