update client
This commit is contained in:
parent
b195e72554
commit
f48c9b8a79
@ -26,8 +26,8 @@ export class BaseRestClient<R extends AbstractRegistry> {
|
||||
}
|
||||
|
||||
export class CosmosRestClient extends BaseRestClient<RequestRegistry> {
|
||||
constructor(endpoint: string) {
|
||||
super(endpoint, DEFAULT)
|
||||
static newDefault(endpoint: string) {
|
||||
return new CosmosRestClient(endpoint, DEFAULT)
|
||||
}
|
||||
// Auth Module
|
||||
async getAuthAccounts() {
|
||||
|
@ -44,8 +44,8 @@ export const useBlockchain = defineStore('blockchain', {
|
||||
// if(cointype === "60") {
|
||||
// return `m/44'/${cointype}`
|
||||
// }
|
||||
// return `m/44'/${cointype}/0'/0/0`
|
||||
return "connected-wallet"
|
||||
return `m/44'/${cointype}/0'/0/0`
|
||||
//return "connected-wallet"
|
||||
},
|
||||
dashboard() {
|
||||
return useDashboard();
|
||||
|
Loading…
Reference in New Issue
Block a user