@trustware/sdk-staging 1.1.6-staging.3 → 1.1.7-staging.1

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/widget.mjs CHANGED
@@ -567,7 +567,7 @@ var init_constants = __esm({
567
567
  "src/constants.ts"() {
568
568
  "use strict";
569
569
  SDK_NAME = "@trustware/sdk";
570
- SDK_VERSION = "1.1.6-staging.3";
570
+ SDK_VERSION = "1.1.7-staging.1";
571
571
  API_ROOT = "https://bv-staging-api.trustware.io";
572
572
  GTM_ID = "GTM-TZDGNCXB";
573
573
  API_PREFIX = "/api";
@@ -14353,7 +14353,7 @@ function useHomeWalletActions({
14353
14353
  const browserWallets = useMemo16(() => {
14354
14354
  if (!detectedWallets?.length) return [];
14355
14355
  return detectedWallets.filter(
14356
- (wallet) => wallet?.meta?.id !== "walletconnect" && wallet?.meta?.ecosystem === selectedNamespace
14356
+ (wallet) => wallet?.meta?.id !== "walletconnect" && wallet?.meta?.ecosystem.trim().toLowerCase() === selectedNamespace.trim().toLowerCase()
14357
14357
  );
14358
14358
  }, [detectedWallets, selectedNamespace]);
14359
14359
  return {