@kimafinance/kima-transaction-widget 1.1.7 → 1.1.9

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.
@@ -6791,8 +6791,7 @@ const KimaProvider = ({
6791
6791
  }, React.createElement(EthereumProvider, null, React.createElement(ConnectionProvider, {
6792
6792
  endpoint: SOLANA_HOST
6793
6793
  }, React.createElement(WalletProvider, {
6794
- wallets: wallets,
6795
- autoConnect: true
6794
+ wallets: wallets
6796
6795
  }, children))));
6797
6796
  };
6798
6797