@privy-io/react-auth 1.59.7 → 1.59.8-beta-20240326210006
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/esm/index.js +143 -143
- package/dist/index.d.ts +3 -3
- package/dist/index.js +129 -129
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1705,9 +1705,9 @@ interface PrivyClientConfig {
|
|
|
1705
1705
|
* Calling `sendTransaction` or `switchChain` on an unsupported network will throw an error.
|
|
1706
1706
|
*
|
|
1707
1707
|
* For external wallets, if the wallet's current chain post-connection (during connect-only or siwe flows)
|
|
1708
|
-
* is not within the supported chains list, the user will be prompted to switch to the `defaultChain` (if set) or first supplied
|
|
1709
|
-
*
|
|
1710
|
-
*
|
|
1708
|
+
* is not within the supported chains list, the user will be prompted to switch to the `defaultChain` (if set) or first supplied. If the chain
|
|
1709
|
+
* switching process does not fully succeed, the user will **not** be blocked from the application (and the wallet's current `chainId` can always
|
|
1710
|
+
* be observed and acted upon accordingly).
|
|
1711
1711
|
*
|
|
1712
1712
|
* For embedded wallets, the wallet will automatically default to the `defaultChain` (if set) or first supplied `supportedChain`.
|
|
1713
1713
|
*/
|