@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/index.mjs CHANGED
@@ -412,7 +412,7 @@ var init_constants = __esm({
412
412
  "src/constants.ts"() {
413
413
  "use strict";
414
414
  SDK_NAME = "@trustware/sdk";
415
- SDK_VERSION = "1.1.6-staging.3";
415
+ SDK_VERSION = "1.1.7-staging.1";
416
416
  API_ROOT = "https://bv-staging-api.trustware.io";
417
417
  GTM_ID = "GTM-TZDGNCXB";
418
418
  API_PREFIX = "/api";
@@ -14482,7 +14482,7 @@ function useHomeWalletActions({
14482
14482
  const browserWallets = useMemo16(() => {
14483
14483
  if (!detectedWallets?.length) return [];
14484
14484
  return detectedWallets.filter(
14485
- (wallet) => wallet?.meta?.id !== "walletconnect" && wallet?.meta?.ecosystem === selectedNamespace
14485
+ (wallet) => wallet?.meta?.id !== "walletconnect" && wallet?.meta?.ecosystem.trim().toLowerCase() === selectedNamespace.trim().toLowerCase()
14486
14486
  );
14487
14487
  }, [detectedWallets, selectedNamespace]);
14488
14488
  return {