@depay/web3-wallets-evm 15.1.0 → 15.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -60133,7 +60133,7 @@ const getPlainInstance = ()=>{
60133
60133
  const isConnected = async()=>{
60134
60134
  let connector = getPlainInstance();
60135
60135
  let accounts;
60136
- try { accounts = await connector.sendCustomRequest({ method: 'eth_accounts' }); } catch (error) { console.log(error); }
60136
+ try { accounts = await connector.sendCustomRequest({ method: 'eth_accounts' }); } catch (error) {}
60137
60137
  return accounts && accounts.length
60138
60138
  };
60139
60139
 
package/dist/esm/index.js CHANGED
@@ -1227,7 +1227,7 @@ const getPlainInstance = ()=>{
1227
1227
  const isConnected = async()=>{
1228
1228
  let connector = getPlainInstance();
1229
1229
  let accounts;
1230
- try { accounts = await connector.sendCustomRequest({ method: 'eth_accounts' }); } catch (error) { console.log(error); }
1230
+ try { accounts = await connector.sendCustomRequest({ method: 'eth_accounts' }); } catch (error) {}
1231
1231
  return accounts && accounts.length
1232
1232
  };
1233
1233
 
@@ -60132,7 +60132,7 @@
60132
60132
  const isConnected = async()=>{
60133
60133
  let connector = getPlainInstance();
60134
60134
  let accounts;
60135
- try { accounts = await connector.sendCustomRequest({ method: 'eth_accounts' }); } catch (error) { console.log(error); }
60135
+ try { accounts = await connector.sendCustomRequest({ method: 'eth_accounts' }); } catch (error) {}
60136
60136
  return accounts && accounts.length
60137
60137
  };
60138
60138
 
package/dist/umd/index.js CHANGED
@@ -1225,7 +1225,7 @@
1225
1225
  const isConnected = async()=>{
1226
1226
  let connector = getPlainInstance();
1227
1227
  let accounts;
1228
- try { accounts = await connector.sendCustomRequest({ method: 'eth_accounts' }); } catch (error) { console.log(error); }
1228
+ try { accounts = await connector.sendCustomRequest({ method: 'eth_accounts' }); } catch (error) {}
1229
1229
  return accounts && accounts.length
1230
1230
  };
1231
1231
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depay/web3-wallets-evm",
3
3
  "moduleName": "Web3Wallets",
4
- "version": "15.1.0",
4
+ "version": "15.1.2",
5
5
  "description": "One-Stop-Shop JavaScript library to integrate various web3 crypto wallets and multiple blockchains at once with a single interface.",
6
6
  "main": "dist/umd/index.evm.js",
7
7
  "module": "dist/esm/index.evm.js",