diff --git a/assets/scripts/confirm.js b/assets/scripts/confirm.js index 6f4c941..cd3dbbf 100644 --- a/assets/scripts/confirm.js +++ b/assets/scripts/confirm.js @@ -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;