You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/lit-node-client/README.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ import { LitNodeClient } from '@lit-protocol/lit-node-client';
15
15
16
16
// Initialize the client
17
17
const client =newLitNodeClient({
18
-
alertWhenUnauthorized: false,
18
+
litNetwork: 'datil',
19
19
});
20
20
21
21
// Connect to the network
@@ -30,7 +30,3 @@ await client.connect();
30
30
- Network connection management
31
31
- Secure node communication
32
32
- Automatic request handling and retries
33
-
34
-
## Authentication
35
-
36
-
The client automatically sets up authentication using the `checkAndSignAuthMessage` function from the auth-browser submodule. This provides a secure and consistent way to interact with Lit nodes across different environments.
0 commit comments