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.
- package/README.md +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[] | |
|
|
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[] | |
|
|
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 |
|