@fileverse-dev/ddoc 1.4.5 → 1.4.7

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
@@ -38,8 +38,8 @@ The `DdocProps` interface is a TypeScript interface that defines the properties
38
38
  | `onAutoSave` (optional) | `(flag:boolean) => void` | Function which expose the current editor state every 10 seconds |
39
39
  | `renderToolRightSection` (optional) | `({editor}) => JSX.Element` | Function that render the right section of the toolbar. it calls the function with the editor instance |
40
40
  | `renderToolLeftSection` (optional) | `({editor}) => JSX.Element` | Accept a react component |
41
- | `username` (required when using collaboration) | `boolean` | Takes a username which can be used by collaboration cursor |
42
- | `ensProviderUrl` | `string` | Takes a url |
41
+ | `username` (required when using collaboration) | `boolean` | Takes a username which can be used by collaboration cursor
42
+ | `walletAddress` (optional) | `string ` | Takes a wallet address |
43
43
  | `ref` (optional) | `any` | Gets editor instance |
44
44
 
45
45
  ## Data Interface
@@ -5,3 +5,4 @@ export declare const DEFAULT_AUTHENTICATED_HEADER: {
5
5
  chain: number;
6
6
  };
7
7
  export declare const API_URL = "https://dev-fileverse-storage.herokuapp.com";
8
+ export declare const ENS_RESOLUTION_URL = "https://eth-mainnet.g.alchemy.com/v2/uzKE0HT-Vc3LmUAA_dNVEt2rO8LtJGA3";