@formo/analytics 1.13.4-alpha.11 → 1.13.4-alpha.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formo/analytics",
3
- "version": "1.13.4-alpha.11",
3
+ "version": "1.13.4-alpha.12",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/getformo/sdk.git"
@@ -714,7 +714,7 @@ export class FormoAnalytics implements IFormoAnalytics {
714
714
  method: "eth_accounts",
715
715
  });
716
716
  if (!res || res.length === 0) return null;
717
- return res;
717
+ return res.filter(isAddress);
718
718
  } catch (err) {
719
719
  if ((err as any).code !== 4001) {
720
720
  console.log(