zigap-utils 0.0.29 → 0.0.30

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -47,7 +47,7 @@ const App = () => {
47
47
  | --- | :-: | --- | --- | --- |
48
48
  | `dapp` | true | string | | Name of the dapp to use |
49
49
  | `url` | true | string | | The url of dapp to connect |
50
- | `availableNetworks` | true | string[] | | The main network you want to access |
50
+ | `availableNetworks` | true | string[] | | List of connectable networks in dapp |
51
51
  | `sigMessage` | true | string | | Messages signed to verify the identity of the user |
52
52
  | `validTime` | true | number | | QR code valid time(minutes) |
53
53
  | `onReceive` | true | (value) => void | | Function called after login request |
@@ -66,7 +66,7 @@ const App = () => {
66
66
  | ------------------- | :------: | --------------- | ------------- | --------------------------------------- |
67
67
  | `dapp` | true | string | | Name of the dapp to use |
68
68
  | `url` | true | string | | The url of dapp to connect |
69
- | `availableNetworks` | true | string[] | | The main network you want to access |
69
+ | `availableNetworks` | true | string[] | | List of connectable networks in dapp |
70
70
  | `validTime` | true | number | | QR code valid time(minutes) |
71
71
  | `onReceive` | true | (value) => void | | Function called after login request |
72
72
  | `size` | false | number | 128 | canvas width |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigap-utils",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",