增加一些日志打印

This commit is contained in:
zhl 2023-04-20 10:50:26 +08:00
parent 23343ca2d8
commit ff54143ed5

View File

@ -150,7 +150,9 @@ createApp({
"assets/abis/BEMultiSigWallet.json" "assets/abis/BEMultiSigWallet.json"
); );
this.chainId = await this.web3.eth.getChainId(); this.chainId = await this.web3.eth.getChainId();
console.log("current chain id: " + this.chainId);
this.hasRole = await this.checkRole(); this.hasRole = await this.checkRole();
console.log("current has operation role: " + hasRole);
await this.checkChain(); await this.checkChain();
this.subscribeToEvents(); this.subscribeToEvents();
this.walletConnect = true; this.walletConnect = true;