@pear-protocol/symmio-client 0.2.36 → 0.2.37

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.
@@ -728,7 +728,7 @@ function logSymmAuth(event, details) {
728
728
  if (typeof window === "undefined") {
729
729
  return;
730
730
  }
731
- console.debug("[symm-auth]", event, details ?? {});
731
+ console.log("[symm-auth]", event, details ?? {});
732
732
  }
733
733
  function extractSubaccountAddresses(summary) {
734
734
  const accounts = summary?.data?.accounts;