bug fix
This commit is contained in:
parent
4de24123de
commit
6e5370dcd3
@ -153,7 +153,7 @@ createApp({
|
|||||||
console.log("current chain id: " + this.chainId);
|
console.log("current chain id: " + this.chainId);
|
||||||
await this.checkChain();
|
await this.checkChain();
|
||||||
this.hasRole = await this.checkRole();
|
this.hasRole = await this.checkRole();
|
||||||
console.log("current has operation role: " + hasRole);
|
console.log("current has operation role: " + this.hasRole);
|
||||||
this.subscribeToEvents();
|
this.subscribeToEvents();
|
||||||
this.walletConnect = true;
|
this.walletConnect = true;
|
||||||
console.log(this.chainId, this.account);
|
console.log(this.chainId, this.account);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user