forked from cerc-io/cosmos-explorer
fix build error
This commit is contained in:
parent
ecfd56ec0b
commit
74834783fa
@ -16,7 +16,7 @@ export const useNFTModule = defineStore('module-nft', {
|
|||||||
return useBlockchain()
|
return useBlockchain()
|
||||||
},
|
},
|
||||||
client() {
|
client() {
|
||||||
const client = new NFTRestClient(this.chain.rest, DEFAULT)
|
const client = new NFTRestClient("", DEFAULT)
|
||||||
return client
|
return client
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user