@injectivelabs/wallet-cosmostation 1.16.25-alpha.1 → 1.16.25-alpha.3
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/cjs/index.d.cts +2 -2
- package/dist/esm/index.d.ts +2 -2
- package/package.json +7 -7
package/dist/cjs/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _cosmostation_extension_client_cosmos0 from "@cosmostation/extension-client/cosmos";
|
|
2
2
|
import { AccountAddress, ChainId, CosmosChainId, EvmChainId, TestnetCosmosChainId } from "@injectivelabs/ts-types";
|
|
3
3
|
import { AminoSignResponse, CosmosTxV1Beta1TxPb, DirectSignResponse, TxResponse } from "@injectivelabs/sdk-ts";
|
|
4
4
|
import { BaseConcreteStrategy, ConcreteWalletStrategy, StdSignDoc, WalletDeviceType } from "@injectivelabs/wallet-base";
|
|
@@ -13,7 +13,7 @@ declare class CosmostationWallet {
|
|
|
13
13
|
constructor(chainId: CosmosChainId | TestnetCosmosChainId | ChainId);
|
|
14
14
|
static isChainIdSupported(chainId: CosmosChainId): Promise<boolean>;
|
|
15
15
|
checkChainIdSupport(): Promise<boolean>;
|
|
16
|
-
getCosmostationWallet(): Promise<typeof
|
|
16
|
+
getCosmostationWallet(): Promise<typeof _cosmostation_extension_client_cosmos0>;
|
|
17
17
|
}
|
|
18
18
|
//#endregion
|
|
19
19
|
//#region src/strategy/strategy.d.ts
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { OfflineSigner } from "@cosmjs/proto-signing";
|
|
2
2
|
import { AccountAddress, ChainId, CosmosChainId, EvmChainId, TestnetCosmosChainId } from "@injectivelabs/ts-types";
|
|
3
3
|
import { AminoSignResponse, CosmosTxV1Beta1TxPb, DirectSignResponse, TxResponse } from "@injectivelabs/sdk-ts";
|
|
4
|
-
import * as _cosmostation_extension_client_cosmos_js0 from "@cosmostation/extension-client/cosmos.js";
|
|
5
4
|
import { BaseConcreteStrategy, ConcreteWalletStrategy, StdSignDoc, WalletDeviceType } from "@injectivelabs/wallet-base";
|
|
5
|
+
import * as _cosmostation_extension_client_cosmos0 from "@cosmostation/extension-client/cosmos";
|
|
6
6
|
|
|
7
7
|
//#region src/utils/index.d.ts
|
|
8
8
|
declare const isCosmosStationWalletInstalled: () => boolean;
|
|
@@ -13,7 +13,7 @@ declare class CosmostationWallet {
|
|
|
13
13
|
constructor(chainId: CosmosChainId | TestnetCosmosChainId | ChainId);
|
|
14
14
|
static isChainIdSupported(chainId: CosmosChainId): Promise<boolean>;
|
|
15
15
|
checkChainIdSupport(): Promise<boolean>;
|
|
16
|
-
getCosmostationWallet(): Promise<typeof
|
|
16
|
+
getCosmostationWallet(): Promise<typeof _cosmostation_extension_client_cosmos0>;
|
|
17
17
|
}
|
|
18
18
|
//#endregion
|
|
19
19
|
//#region src/strategy/strategy.d.ts
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@injectivelabs/wallet-cosmostation",
|
|
3
3
|
"description": "Cosmostation strategy for use with @injectivelabs/wallet-core.",
|
|
4
|
-
"version": "1.16.25-alpha.
|
|
4
|
+
"version": "1.16.25-alpha.3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"author": {
|
|
@@ -59,17 +59,17 @@
|
|
|
59
59
|
"@cosmjs/proto-signing": "^0.32.3",
|
|
60
60
|
"@cosmostation/cosmos-client": "^0.0.5",
|
|
61
61
|
"@cosmostation/extension-client": "^0.1.15",
|
|
62
|
-
"@injectivelabs/exceptions": "1.16.25-alpha.
|
|
63
|
-
"@injectivelabs/sdk-ts": "1.16.25-alpha.
|
|
64
|
-
"@injectivelabs/ts-types": "1.16.25-alpha.
|
|
65
|
-
"@injectivelabs/utils": "1.16.25-alpha.
|
|
66
|
-
"@injectivelabs/wallet-base": "1.16.25-alpha.
|
|
62
|
+
"@injectivelabs/exceptions": "1.16.25-alpha.3",
|
|
63
|
+
"@injectivelabs/sdk-ts": "1.16.25-alpha.3",
|
|
64
|
+
"@injectivelabs/ts-types": "1.16.25-alpha.3",
|
|
65
|
+
"@injectivelabs/utils": "1.16.25-alpha.3",
|
|
66
|
+
"@injectivelabs/wallet-base": "1.16.25-alpha.3",
|
|
67
67
|
"@walletconnect/ethereum-provider": "2.18.1"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"shx": "^0.3.4"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "84488e40668d8240af96e45f6e2568a74c986101",
|
|
73
73
|
"typedoc": {
|
|
74
74
|
"entryPoint": "./src/index.ts",
|
|
75
75
|
"readmeFile": "./README.md",
|