@onekeyfe/onekey-cosmos-provider 1.1.14 → 1.1.16
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/types/cosmjs.d.ts +2 -2
- package/package.json +6 -6
package/dist/types/cosmjs.d.ts
CHANGED
|
@@ -75,11 +75,11 @@ export declare type SignDocHex = {
|
|
|
75
75
|
chainId: string;
|
|
76
76
|
};
|
|
77
77
|
/**
|
|
78
|
-
* This is the same as Algo from
|
|
78
|
+
* This is the same as Algo from cosmjs/launchpad but those might diverge in the future.
|
|
79
79
|
*/
|
|
80
80
|
export declare type Algo = 'secp256k1' | 'ed25519' | 'sr25519';
|
|
81
81
|
/**
|
|
82
|
-
* This is the same as AccountData from
|
|
82
|
+
* This is the same as AccountData from cosmjs/launchpad but those might diverge in the future.
|
|
83
83
|
*/
|
|
84
84
|
export interface AccountData {
|
|
85
85
|
/** A printable address (typically bech32 encoded) */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onekeyfe/onekey-cosmos-provider",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.16",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"cross-inpage-provider"
|
|
6
6
|
],
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@noble/hashes": "^1.1.4",
|
|
32
|
-
"@onekeyfe/cross-inpage-provider-core": "1.1.
|
|
33
|
-
"@onekeyfe/cross-inpage-provider-errors": "1.1.
|
|
34
|
-
"@onekeyfe/cross-inpage-provider-types": "1.1.
|
|
35
|
-
"@onekeyfe/extension-bridge-injected": "1.1.
|
|
32
|
+
"@onekeyfe/cross-inpage-provider-core": "1.1.16",
|
|
33
|
+
"@onekeyfe/cross-inpage-provider-errors": "1.1.16",
|
|
34
|
+
"@onekeyfe/cross-inpage-provider-types": "1.1.16",
|
|
35
|
+
"@onekeyfe/extension-bridge-injected": "1.1.16",
|
|
36
36
|
"eth-rpc-errors": "^4.0.3",
|
|
37
37
|
"long": "^5.2.1",
|
|
38
38
|
"mitt": "^3.0.0"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "a2aa4f3e6d8ad7ac8ad73b31e7f8d80f5abd3d46"
|
|
41
41
|
}
|