@huma-finance/widgets 0.0.62-beta.721 → 0.0.62-beta.723
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.js
CHANGED
|
@@ -5611,7 +5611,7 @@ function PersonaEvaluation(_ref) {
|
|
|
5611
5611
|
setError: setAuthError,
|
|
5612
5612
|
isWalletOwnershipVerified,
|
|
5613
5613
|
isWalletOwnershipVerificationRequired
|
|
5614
|
-
} = useAuthErrorHandling(isDev);
|
|
5614
|
+
} = useAuthErrorHandling(isDev, chainType);
|
|
5615
5615
|
const KYCCopies = poolInfo.KYC.Persona;
|
|
5616
5616
|
const [loadingType, setLoadingType] = useState();
|
|
5617
5617
|
const [kycCopy, setKYCCopy] = useState(KYCCopies.verifyIdentity);
|