@volr/react 0.2.1 → 0.2.2

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 CHANGED
@@ -19628,8 +19628,6 @@ function useVolr() {
19628
19628
  );
19629
19629
  return {
19630
19630
  evm,
19631
- evmAddress: user?.evmAddress,
19632
- // deprecated, kept for backward compatibility
19633
19631
  email: user?.email,
19634
19632
  isLoggedIn: user !== null,
19635
19633
  signerType: user?.signerType,