@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.cjs +2246 -2698
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -6
- package/dist/index.d.ts +4 -6
- package/dist/index.js +2250 -2702
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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
|
|
623
|
-
*
|
|
624
|
-
*
|
|
625
|
-
*
|
|
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
|
|
623
|
-
*
|
|
624
|
-
*
|
|
625
|
-
*
|
|
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
|
/**
|