From ff54143ed5858fc0c428834118715dd0836dcc5e Mon Sep 17 00:00:00 2001 From: zhl Date: Thu, 20 Apr 2023 10:50:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=BA=9B=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/scripts/confirm.js | 2 ++ 1 file changed, 2 insertions(+) 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;