@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/wallet.cjs CHANGED
@@ -240,7 +240,7 @@ var init_constants = __esm({
240
240
  "src/constants.ts"() {
241
241
  "use strict";
242
242
  SDK_NAME = "@trustware/sdk";
243
- SDK_VERSION = "1.1.6-staging.3";
243
+ SDK_VERSION = "1.1.7-staging.1";
244
244
  API_ROOT = "https://bv-staging-api.trustware.io";
245
245
  API_PREFIX = "/api";
246
246
  WALLETCONNECT_PROJECT_ID = "72ea74c400f5111d43aea638d7d83a24";
package/dist/wallet.mjs CHANGED
@@ -224,7 +224,7 @@ var init_constants = __esm({
224
224
  "src/constants.ts"() {
225
225
  "use strict";
226
226
  SDK_NAME = "@trustware/sdk";
227
- SDK_VERSION = "1.1.6-staging.3";
227
+ SDK_VERSION = "1.1.7-staging.1";
228
228
  API_ROOT = "https://bv-staging-api.trustware.io";
229
229
  API_PREFIX = "/api";
230
230
  WALLETCONNECT_PROJECT_ID = "72ea74c400f5111d43aea638d7d83a24";
package/dist/widget.cjs CHANGED
@@ -589,7 +589,7 @@ var init_constants = __esm({
589
589
  "src/constants.ts"() {
590
590
  "use strict";
591
591
  SDK_NAME = "@trustware/sdk";
592
- SDK_VERSION = "1.1.6-staging.3";
592
+ SDK_VERSION = "1.1.7-staging.1";
593
593
  API_ROOT = "https://bv-staging-api.trustware.io";
594
594
  GTM_ID = "GTM-TZDGNCXB";
595
595
  API_PREFIX = "/api";
@@ -14404,7 +14404,7 @@ function useHomeWalletActions({
14404
14404
  const browserWallets = (0, import_react33.useMemo)(() => {
14405
14405
  if (!detectedWallets?.length) return [];
14406
14406
  return detectedWallets.filter(
14407
- (wallet) => wallet?.meta?.id !== "walletconnect" && wallet?.meta?.ecosystem === selectedNamespace
14407
+ (wallet) => wallet?.meta?.id !== "walletconnect" && wallet?.meta?.ecosystem.trim().toLowerCase() === selectedNamespace.trim().toLowerCase()
14408
14408
  );
14409
14409
  }, [detectedWallets, selectedNamespace]);
14410
14410
  return {