@initia/interwovenkit-react 2.4.4 → 2.4.6

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/dist/index.d.ts CHANGED
@@ -233,6 +233,6 @@ export declare function usePortfolio(): {
233
233
  totalValue: number;
234
234
  };
235
235
 
236
- export declare function useUsernameQuery(): UseQueryResult<string | null, Error>;
236
+ export declare function useUsernameQuery(address?: string): UseQueryResult<string | null, Error>;
237
237
 
238
238
  export { }