BF-202210271038\Administrator 3 år sedan
förälder
incheckning
b0737bf77c
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      common/wallet/tokenpocket-wallet/tokenpocket-bnb.js

+ 1 - 0
common/wallet/tokenpocket-wallet/tokenpocket-bnb.js

@@ -21,6 +21,7 @@ tokenpocketBnb.getProvider= function (){
     if(!provider){
         provider = window.ethereum;
     }
+    console.log(provider)
     if(!chainId){
         provider.request({method:'eth_chainId'}).then((ethChainId)=>{
             console.log('ethChainId:'+ethChainId)