@ethereansos/interfaces-core 0.4.111 → 0.4.112

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.
package/dist/index.esm.js CHANGED
@@ -48913,8 +48913,8 @@ var Web3ContextInitializer = function Web3ContextInitializer(_ref) {
48913
48913
  dualProvider && setIntervalId(setInterval(function () {
48914
48914
  return tryUpdateBlock(dualProvider, dualBlock, setDualBlock);
48915
48915
  }, realBlockIntervalTimeout));
48916
- }, [wallet, dualProvider, intervalId]);
48917
- useEffect(resetBlockInterval, [realBlockInterval, realBlockIntervalTimeout, wallet && wallet.ethereum, dualProvider, intervalId]);
48916
+ }, [wallet, dualProvider, realBlockIntervalTimeout, intervalId]);
48917
+ useEffect(resetBlockInterval, [realBlockInterval, realBlockIntervalTimeout, wallet && wallet.ethereum, dualProvider]);
48918
48918
  useEffect(function () {
48919
48919
  setConnectionStatus(wallet && wallet.ethereum ? CONNECTED : connectionStatus === CONNECTING ? CONNECTING : NOT_CONNECTED);
48920
48920
  setWeb3Instance(wallet && wallet.ethereum && (web3Instance || new Web3(wallet.ethereum)) || null);