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> {
|
export class CosmosRestClient extends BaseRestClient<RequestRegistry> {
|
||||||
constructor(endpoint: string) {
|
static newDefault(endpoint: string) {
|
||||||
super(endpoint, DEFAULT)
|
return new CosmosRestClient(endpoint, DEFAULT)
|
||||||
}
|
}
|
||||||
// Auth Module
|
// Auth Module
|
||||||
async getAuthAccounts() {
|
async getAuthAccounts() {
|
||||||
|
@ -44,8 +44,8 @@ export const useBlockchain = defineStore('blockchain', {
|
|||||||
// if(cointype === "60") {
|
// if(cointype === "60") {
|
||||||
// return `m/44'/${cointype}`
|
// return `m/44'/${cointype}`
|
||||||
// }
|
// }
|
||||||
// return `m/44'/${cointype}/0'/0/0`
|
return `m/44'/${cointype}/0'/0/0`
|
||||||
return "connected-wallet"
|
//return "connected-wallet"
|
||||||
},
|
},
|
||||||
dashboard() {
|
dashboard() {
|
||||||
return useDashboard();
|
return useDashboard();
|
||||||
|
Loading…
Reference in New Issue
Block a user