@injectivelabs/wallet-trezor 1.16.35-beta.0 → 1.16.35
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.
|
@@ -113,7 +113,6 @@ class TrezorBase extends wallet_base_1.BaseConcreteStrategy {
|
|
|
113
113
|
domain_separator_hash,
|
|
114
114
|
metamask_v4_compat: true,
|
|
115
115
|
});
|
|
116
|
-
console.log('🪵response', response);
|
|
117
116
|
if (!response.success) {
|
|
118
117
|
// noinspection ExceptionCaughtLocallyJS
|
|
119
118
|
throw new Error((response.payload && response.payload.error) || 'Unknown error');
|
|
@@ -111,7 +111,6 @@ export default class TrezorBase extends BaseConcreteStrategy {
|
|
|
111
111
|
domain_separator_hash,
|
|
112
112
|
metamask_v4_compat: true,
|
|
113
113
|
});
|
|
114
|
-
console.log('🪵response', response);
|
|
115
114
|
if (!response.success) {
|
|
116
115
|
// noinspection ExceptionCaughtLocallyJS
|
|
117
116
|
throw new Error((response.payload && response.payload.error) || 'Unknown error');
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@injectivelabs/wallet-trezor",
|
|
3
3
|
"description": "Trezor wallet strategy for use with @injectivelabs/wallet-core.",
|
|
4
|
-
"version": "1.16.35
|
|
4
|
+
"version": "1.16.35",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"author": {
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
"start": "node dist/index.js"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@injectivelabs/exceptions": "1.16.35
|
|
60
|
-
"@injectivelabs/sdk-ts": "1.16.35
|
|
61
|
-
"@injectivelabs/ts-types": "1.16.35
|
|
62
|
-
"@injectivelabs/wallet-base": "1.16.35
|
|
59
|
+
"@injectivelabs/exceptions": "1.16.35",
|
|
60
|
+
"@injectivelabs/sdk-ts": "1.16.35",
|
|
61
|
+
"@injectivelabs/ts-types": "1.16.35",
|
|
62
|
+
"@injectivelabs/wallet-base": "1.16.35",
|
|
63
63
|
"@trezor/connect": "^9.6.4",
|
|
64
64
|
"@trezor/connect-web": "^9.6.4",
|
|
65
65
|
"alchemy-sdk": "^3.4.7",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"shx": "^0.3.3"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "e23004af8be1d324867bea4f80c7df986fcfc908"
|
|
72
72
|
}
|