增加一些日志打印
This commit is contained in:
parent
23343ca2d8
commit
ff54143ed5
@ -150,7 +150,9 @@ createApp({
|
||||
"assets/abis/BEMultiSigWallet.json"
|
||||
);
|
||||
this.chainId = await this.web3.eth.getChainId();
|
||||
console.log("current chain id: " + this.chainId);
|
||||
this.hasRole = await this.checkRole();
|
||||
console.log("current has operation role: " + hasRole);
|
||||
await this.checkChain();
|
||||
this.subscribeToEvents();
|
||||
this.walletConnect = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user