@interchain-kit/store 0.3.49 → 0.3.50
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.
|
@@ -214,7 +214,7 @@ export class WalletManagerStore {
|
|
|
214
214
|
queryClient: await createCosmosQueryClient(rpcEndpoint),
|
|
215
215
|
addressPrefix: chain.bech32Prefix,
|
|
216
216
|
chainId: chain.chainId,
|
|
217
|
-
...defaultSignerOptions,
|
|
217
|
+
...defaultSignerOptions.cosmosSignerConfig,
|
|
218
218
|
};
|
|
219
219
|
if (preferredSignType === 'direct') {
|
|
220
220
|
return getSigner(offlineSigner, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@interchain-kit/store",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.50",
|
|
4
4
|
"author": "Hyperweb <developers@hyperweb.io>",
|
|
5
5
|
"description": "interchain-kit wallet connector store package",
|
|
6
6
|
"main": "index.js",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"watch:dev": "tsc -w -p tsconfig.esm.json & tsc -w"
|
|
32
32
|
},
|
|
33
33
|
"keywords": [],
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "2b3813f0fb8f9c6beb7259845acbc0a0d52c72c0"
|
|
35
35
|
}
|
|
@@ -217,7 +217,7 @@ class WalletManagerStore {
|
|
|
217
217
|
queryClient: await (0, cosmos_1.createCosmosQueryClient)(rpcEndpoint),
|
|
218
218
|
addressPrefix: chain.bech32Prefix,
|
|
219
219
|
chainId: chain.chainId,
|
|
220
|
-
...defaultSignerOptions,
|
|
220
|
+
...defaultSignerOptions.cosmosSignerConfig,
|
|
221
221
|
};
|
|
222
222
|
if (preferredSignType === 'direct') {
|
|
223
223
|
return (0, interchainjs_1.getSigner)(offlineSigner, {
|