@injectivelabs/wallet-cosmos-strategy 1.16.13-alpha.0 → 1.16.13-alpha.1
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Wallet } from '@injectivelabs/wallet-base';
|
|
2
|
-
import type { CosmosChainId } from
|
|
2
|
+
import type { CosmosChainId } from '@injectivelabs/ts-types';
|
|
3
3
|
export interface CosmosWalletStrategyArguments {
|
|
4
4
|
chainId: CosmosChainId;
|
|
5
5
|
wallet?: Wallet;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Wallet } from '@injectivelabs/wallet-base';
|
|
2
|
-
import type { CosmosChainId } from
|
|
2
|
+
import type { CosmosChainId } from '@injectivelabs/ts-types';
|
|
3
3
|
export interface CosmosWalletStrategyArguments {
|
|
4
4
|
chainId: CosmosChainId;
|
|
5
5
|
wallet?: Wallet;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@injectivelabs/wallet-cosmos-strategy",
|
|
3
3
|
"description": "Wallet Cosmos Strategy with instantiated wallets",
|
|
4
|
-
"version": "1.16.13-alpha.
|
|
4
|
+
"version": "1.16.13-alpha.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"author": {
|
|
@@ -56,14 +56,14 @@
|
|
|
56
56
|
"start": "node dist/index.js"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@injectivelabs/ts-types": "1.16.13-alpha.
|
|
60
|
-
"@injectivelabs/wallet-base": "1.16.13-alpha.
|
|
61
|
-
"@injectivelabs/wallet-core": "1.16.13-alpha.
|
|
62
|
-
"@injectivelabs/wallet-cosmos": "1.16.13-alpha.
|
|
63
|
-
"@injectivelabs/wallet-cosmostation": "1.16.13-alpha.
|
|
59
|
+
"@injectivelabs/ts-types": "1.16.13-alpha.1",
|
|
60
|
+
"@injectivelabs/wallet-base": "1.16.13-alpha.1",
|
|
61
|
+
"@injectivelabs/wallet-core": "1.16.13-alpha.1",
|
|
62
|
+
"@injectivelabs/wallet-cosmos": "1.16.13-alpha.1",
|
|
63
|
+
"@injectivelabs/wallet-cosmostation": "1.16.13-alpha.1"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"shx": "^0.3.3"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "feb3e8f6bd6fa67bb489c94f6373a8d68a9846ae"
|
|
69
69
|
}
|