zigap-utils 0.0.492 → 0.0.493

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
@@ -24,7 +24,7 @@ const App = () => {
24
24
  availableNetworks={['xphere']}
25
25
  isShowLogo={false}
26
26
  logoSize={25}
27
- validTime={600}
27
+ validSeconds={600}
28
28
  sigMessage="hello world"
29
29
  expire={{type: 'EXTEND', seconds: 3600}}
30
30
  onReceive={({ isSuccess }) => {
@@ -1,4 +1,5 @@
1
1
  export declare const LOGIN_RES_KEY = "userInfo";
2
+ export declare const TIME_FORMAT = "YYYY-MM-DD HH:MM:ss";
2
3
  declare const useZigap: () => {
3
4
  userInfo: {
4
5
  address: string | undefined;