@onekeyfe/onekey-tron-provider 2.1.20 → 2.1.21
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/ProviderTron.js +1 -0
- package/dist/cjs/ProviderTron.js +1 -0
- package/package.json +6 -6
package/dist/ProviderTron.js
CHANGED
|
@@ -28,6 +28,7 @@ export const SIDE_CHAIN_ID = '41E209E4DE650F0150788E8EC5CAFA240A23EB8EB7';
|
|
|
28
28
|
export const AUTO_REQUEST_ACCOUNTS_ORIGIN_WHITE_LIST = [
|
|
29
29
|
'https://tronscan.org',
|
|
30
30
|
'https://tronscan.io',
|
|
31
|
+
'https://app.justlend.org',
|
|
31
32
|
];
|
|
32
33
|
export const TRON_REQUEST_ACCOUNTS_LOCAL_KEY = 'onekey_tron_request_accounts_local_key';
|
|
33
34
|
export const TRON_REQUEST_ACCOUNTS_INTERVAL = 10 * 60 * 1000; // ten minutes
|
package/dist/cjs/ProviderTron.js
CHANGED
|
@@ -36,6 +36,7 @@ exports.SIDE_CHAIN_ID = '41E209E4DE650F0150788E8EC5CAFA240A23EB8EB7';
|
|
|
36
36
|
exports.AUTO_REQUEST_ACCOUNTS_ORIGIN_WHITE_LIST = [
|
|
37
37
|
'https://tronscan.org',
|
|
38
38
|
'https://tronscan.io',
|
|
39
|
+
'https://app.justlend.org',
|
|
39
40
|
];
|
|
40
41
|
exports.TRON_REQUEST_ACCOUNTS_LOCAL_KEY = 'onekey_tron_request_accounts_local_key';
|
|
41
42
|
exports.TRON_REQUEST_ACCOUNTS_INTERVAL = 10 * 60 * 1000; // ten minutes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onekeyfe/onekey-tron-provider",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.21",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"cross-inpage-provider"
|
|
6
6
|
],
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@noble/secp256k1": "1.7.1",
|
|
32
|
-
"@onekeyfe/cross-inpage-provider-core": "2.1.
|
|
33
|
-
"@onekeyfe/cross-inpage-provider-errors": "2.1.
|
|
34
|
-
"@onekeyfe/cross-inpage-provider-types": "2.1.
|
|
35
|
-
"@onekeyfe/extension-bridge-injected": "2.1.
|
|
32
|
+
"@onekeyfe/cross-inpage-provider-core": "2.1.21",
|
|
33
|
+
"@onekeyfe/cross-inpage-provider-errors": "2.1.21",
|
|
34
|
+
"@onekeyfe/cross-inpage-provider-types": "2.1.21",
|
|
35
|
+
"@onekeyfe/extension-bridge-injected": "2.1.21",
|
|
36
36
|
"querystring": "^0.2.1",
|
|
37
37
|
"sunweb": "^1.0.7",
|
|
38
38
|
"tronweb": "^5.3.2"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "d780526adc375d39cd28d1dfbc60f2c3efb50f0d"
|
|
41
41
|
}
|