@getpara/cosmos-wallet-connectors 2.0.0-alpha.31 → 2.0.0-alpha.33
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.
|
@@ -94,6 +94,7 @@ function CosmosExternalWalletProvider({
|
|
|
94
94
|
const storedExternalWallet = para.externalWallets[(_a2 = changeResp.ethAddress) != null ? _a2 : ""];
|
|
95
95
|
const { provider, providerId } = getProvider(walletType);
|
|
96
96
|
para.setExternalWallet({
|
|
97
|
+
partnerId: para.partnerId,
|
|
97
98
|
address: changeResp.ethAddress,
|
|
98
99
|
type: "COSMOS",
|
|
99
100
|
provider,
|
|
@@ -116,6 +117,7 @@ function CosmosExternalWalletProvider({
|
|
|
116
117
|
try {
|
|
117
118
|
return yield para.loginExternalWallet({
|
|
118
119
|
externalWallet: {
|
|
120
|
+
partnerId: para.partnerId,
|
|
119
121
|
address: address2,
|
|
120
122
|
type: "COSMOS",
|
|
121
123
|
provider,
|
|
@@ -229,6 +231,7 @@ function CosmosExternalWalletProvider({
|
|
|
229
231
|
const address2 = formatEthHexAddress(rawAddress);
|
|
230
232
|
const { provider, providerId } = getProvider(walletType2);
|
|
231
233
|
return {
|
|
234
|
+
partnerId: para.partnerId,
|
|
232
235
|
type: "COSMOS",
|
|
233
236
|
address: address2,
|
|
234
237
|
addressBech32,
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getpara/cosmos-wallet-connectors",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.33",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@getpara/graz": "2.0.0-alpha.3",
|
|
6
|
-
"@getpara/react-common": "2.0.0-alpha.
|
|
7
|
-
"@getpara/web-sdk": "2.0.0-alpha.
|
|
6
|
+
"@getpara/react-common": "2.0.0-alpha.33",
|
|
7
|
+
"@getpara/web-sdk": "2.0.0-alpha.33",
|
|
8
8
|
"@leapwallet/cosmos-social-login-capsule-provider": "^0.0.41",
|
|
9
9
|
"starknet": "^6.11.0",
|
|
10
10
|
"zustand": "^4.5.2",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"dist",
|
|
25
25
|
"package.json"
|
|
26
26
|
],
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "f338306fa30497d2190f8da2ff72ddd8d9d9032f",
|
|
28
28
|
"main": "dist/index.js",
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"@getpara/graz": "2.0.0-alpha.3",
|