zigap-utils 0.0.494 → 0.0.496

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 CHANGED
@@ -20,7 +20,7 @@ const App = () => {
20
20
  <div>
21
21
  <LoginQR
22
22
  dapp='yourDappName'
23
- url='http://sample.yours.io'
23
+ url='http://sample.yours.com'
24
24
  availableNetworks={['xphere']}
25
25
  isShowLogo={false}
26
26
  logoSize={25}
@@ -85,7 +85,7 @@ const App = () => {
85
85
 
86
86
  useZigap is a hook that fetches the information of the logged-in user in the zigap app and provides a logout function.
87
87
 
88
- ```
88
+ ```ts
89
89
  import { useZigap } from 'zigap-utils';
90
90
 
91
91
  ...
@@ -1,5 +1,5 @@
1
1
  export declare const LOGIN_RES_KEY = "userInfo";
2
- export declare const TIME_FORMAT = "YYYY-MM-DD HH:MM:ss";
2
+ export declare const TIME_FORMAT = "YYYY-MM-DD HH:mm:ss";
3
3
  declare const useZigap: () => {
4
4
  userInfo: {
5
5
  address: string | undefined;