diff --git a/src/lib/services/provider/README.md b/src/lib/services/provider/README.md index 396173c..630deb6 100644 --- a/src/lib/services/provider/README.md +++ b/src/lib/services/provider/README.md @@ -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); +```