fix(docs): Correct documentation format layout
This commit is contained in:
parent
5ee59cb820
commit
8aff269743
@ -47,6 +47,7 @@ The file has several important imports:
|
||||
export interface ProviderData {
|
||||
walletConnectId: string;
|
||||
}
|
||||
```
|
||||
### ProviderData Interface
|
||||
|
||||
This interface represents the data structure required for the provider configuration, which currently only includes the `walletConnectId`.
|
||||
@ -83,3 +84,4 @@ const data: ProviderData = {
|
||||
};
|
||||
|
||||
initProvider(data);
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user