@ukeyfe/ukey-tron-provider 2.2.50 → 2.2.52

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/LICENSE.md ADDED
@@ -0,0 +1,51 @@
1
+ # UKEY STANDARD SOURCE LICENSE (O-SSL)
2
+
3
+ This license governs use of the accompanying software. If you use the software,
4
+ you accept this license. If you do not accept the license, do not use the
5
+ software.
6
+
7
+ ## 1. Definitions
8
+
9
+ The terms "reproduce," "reproduction" and "distribution" have the same meaning
10
+ here as under Hong Kong copyright law.
11
+
12
+ "You" means the licensee of the software.
13
+
14
+ "Your company" means the company you worked for when you downloaded the
15
+ software.
16
+
17
+ "Reference use" means use of the software within your company as a reference,
18
+ in read only form, for the sole purposes of debugging your products,
19
+ maintaining your products, or enhancing the interoperability of your products
20
+ with the software, and specifically excludes the right to distribute the
21
+ software outside of your company.
22
+
23
+ "Licensed patents" means any Licensor patent claims which read directly on the
24
+ software as distributed by the Licensor under this license.
25
+
26
+ ## 2. Grant of Rights
27
+
28
+ (A) Copyright Grant - Subject to the terms of this license, the Licensor grants
29
+ you a non-transferable, non-exclusive, worldwide, royalty-free copyright
30
+ license to reproduce the software for reference use.
31
+
32
+ (B) Patent Grant - Subject to the terms of this license, the Licensor grants
33
+ you a non-transferable, non-exclusive, worldwide, royalty-free patent license
34
+ under licensed patents for reference use.
35
+
36
+ ## 3. Limitations
37
+
38
+ (A) No Trademark License - This license does not grant you any rights to use
39
+ the Licensor's name, logo, or trademarks.
40
+
41
+ (B) If you begin patent litigation against the Licensor over patents that you
42
+ think may apply to the software (including a cross-claim or counterclaim in
43
+ a lawsuit), your license to the software ends automatically.
44
+
45
+ (C) The software is licensed "as-is." You bear the risk of using it. The
46
+ Licensor gives no express warranties, guarantees or conditions. You may have
47
+ additional consumer rights under your local laws which this license cannot
48
+ change. To the extent permitted under your local laws, the Licensor excludes
49
+ the implied warranties of merchantability, fitness for a particular purpose and
50
+ non-infringement.This license agreement is governed by the laws of Hong Kong,
51
+ and any disputes related to this license agreement shall be resolved in accordance with Hong Kong law.
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.registerTIP6963Provider = registerTIP6963Provider;
4
4
  const uuid_1 = require("uuid");
5
- function registerTIP6963Provider({ uuid = (0, uuid_1.v4)(), name = 'UKey', rdns = 'so.ukey.app.wallet', image, provider, }) {
5
+ function registerTIP6963Provider({ uuid = (0, uuid_1.v4)(), name = 'UKey', rdns = 'app.ukey.io', image, provider, }) {
6
6
  // TIP-6963: https://github.com/tronprotocol/tips/issues/737
7
7
  const info = {
8
8
  uuid,
@@ -1,5 +1,5 @@
1
1
  import { v4 as uuidV4 } from 'uuid';
2
- export function registerTIP6963Provider({ uuid = uuidV4(), name = 'UKey', rdns = 'so.ukey.app.wallet', image, provider, }) {
2
+ export function registerTIP6963Provider({ uuid = uuidV4(), name = 'UKey', rdns = 'app.ukey.io', image, provider, }) {
3
3
  // TIP-6963: https://github.com/tronprotocol/tips/issues/737
4
4
  const info = {
5
5
  uuid,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ukeyfe/ukey-tron-provider",
3
- "version": "2.2.50",
3
+ "version": "2.2.52",
4
4
  "keywords": [
5
5
  "cross-inpage-provider"
6
6
  ],
@@ -28,10 +28,10 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@noble/secp256k1": "1.7.1",
31
- "@ukeyfe/cross-inpage-provider-core": "2.2.50",
32
- "@ukeyfe/cross-inpage-provider-errors": "2.2.50",
33
- "@ukeyfe/cross-inpage-provider-types": "2.2.50",
34
- "@ukeyfe/extension-bridge-injected": "2.2.50",
31
+ "@ukeyfe/cross-inpage-provider-core": "2.2.52",
32
+ "@ukeyfe/cross-inpage-provider-errors": "2.2.52",
33
+ "@ukeyfe/cross-inpage-provider-types": "2.2.52",
34
+ "@ukeyfe/extension-bridge-injected": "2.2.52",
35
35
  "lodash-es": "^4.17.21",
36
36
  "querystring": "^0.2.1",
37
37
  "sunweb": "^1.0.7",
@@ -41,5 +41,6 @@
41
41
  "devDependencies": {
42
42
  "@types/lodash-es": "^4.17.12",
43
43
  "@types/uuid": "^8.3.2"
44
- }
44
+ },
45
+ "gitHead": "88c8b7b35227e388aa0921b415071af8b19d02ce"
45
46
  }