@d13co/use-wallet 4.5.12 → 4.5.14

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.d.cts CHANGED
@@ -619,12 +619,10 @@ declare class RainbowKitWallet extends AlgoXEvmBaseWallet {
619
619
  private static extractConnectorInfo;
620
620
  /**
621
621
  * Read connected EVM accounts from wagmi state.
622
- * If not connected, tries the getEvmAccounts callback, then falls back to
623
- * connecting with the first available connector.
624
- *
625
- * When getEvmAccounts is provided, it is always called (to show the wallet
626
- * selection UI). The callback is responsible for any disconnect/reconnect
627
- * needed to present a fresh selection.
622
+ * If already connected (e.g. auto-reconnect on page refresh), uses the
623
+ * existing connection directly. Otherwise tries the getEvmAccounts
624
+ * callback (wallet picker UI), then falls back to connecting with the
625
+ * first available connector.
628
626
  */
629
627
  private getConnectedEvmAddresses;
630
628
  /**
package/dist/index.d.ts CHANGED
@@ -619,12 +619,10 @@ declare class RainbowKitWallet extends AlgoXEvmBaseWallet {
619
619
  private static extractConnectorInfo;
620
620
  /**
621
621
  * Read connected EVM accounts from wagmi state.
622
- * If not connected, tries the getEvmAccounts callback, then falls back to
623
- * connecting with the first available connector.
624
- *
625
- * When getEvmAccounts is provided, it is always called (to show the wallet
626
- * selection UI). The callback is responsible for any disconnect/reconnect
627
- * needed to present a fresh selection.
622
+ * If already connected (e.g. auto-reconnect on page refresh), uses the
623
+ * existing connection directly. Otherwise tries the getEvmAccounts
624
+ * callback (wallet picker UI), then falls back to connecting with the
625
+ * first available connector.
628
626
  */
629
627
  private getConnectedEvmAddresses;
630
628
  /**