@getpara/cosmos-wallet-connectors 2.0.0-alpha.50 → 2.0.0-alpha.52
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.
|
|
3
|
+
"version": "2.0.0-alpha.52",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@getpara/react-common": "2.0.0-alpha.
|
|
6
|
-
"@getpara/web-sdk": "2.0.0-alpha.
|
|
5
|
+
"@getpara/react-common": "2.0.0-alpha.52",
|
|
6
|
+
"@getpara/web-sdk": "2.0.0-alpha.52",
|
|
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": "
|
|
26
|
+
"gitHead": "a63dba8c230e9ff2d73b275d3e40091b93aecf1c",
|
|
27
27
|
"main": "dist/index.js",
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"@getpara/graz": ">=2.0.0-alpha.5",
|