@getpara/cosmos-wallet-connectors 2.0.0-alpha.50 → 2.0.0-alpha.51

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.
@@ -253,7 +253,7 @@ function CosmosExternalWalletProvider({
253
253
  var _a2, _b2;
254
254
  updateExternalWalletState({ isConnecting: true });
255
255
  const walletId = (_a2 = getWallet(walletType2)) == null ? void 0 : _a2.id;
256
- const isFullAuthWallet = walletsWithFullAuth.includes(walletId.toUpperCase());
256
+ const isFullAuthWallet = walletsWithFullAuth === "ALL" || walletsWithFullAuth.includes(walletId.toUpperCase());
257
257
  try {
258
258
  const externalWallet = yield connectBase(walletType2, chainId);
259
259
  const authState = yield login(__spreadProps(__spreadValues({}, externalWallet), {
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@getpara/cosmos-wallet-connectors",
3
- "version": "2.0.0-alpha.50",
3
+ "version": "2.0.0-alpha.51",
4
4
  "dependencies": {
5
- "@getpara/react-common": "2.0.0-alpha.50",
6
- "@getpara/web-sdk": "2.0.0-alpha.50",
5
+ "@getpara/react-common": "2.0.0-alpha.51",
6
+ "@getpara/web-sdk": "2.0.0-alpha.51",
7
7
  "@leapwallet/cosmos-social-login-capsule-provider": "^0.0.41",
8
8
  "starknet": "^6.11.0",
9
9
  "zustand": "^4.5.2",
@@ -23,7 +23,7 @@
23
23
  "dist",
24
24
  "package.json"
25
25
  ],
26
- "gitHead": "688b92a7ca207593a4a3be09cb5cc580092614fc",
26
+ "gitHead": "f5b6354bac51de2e6988af340d7490dbdb62bc88",
27
27
  "main": "dist/index.js",
28
28
  "peerDependencies": {
29
29
  "@getpara/graz": ">=2.0.0-alpha.5",