We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a62ede commit 214e0efCopy full SHA for 214e0ef
capacity-credits/delegating/delegating-to-eth-address/src/index.ts
@@ -21,7 +21,7 @@ export const runExample = async (
21
console.log('🔄 Connecting to Lit network...');
22
litNodeClient = new LitNodeClient({
23
litNetwork: LIT_NETWORK.DatilDev,
24
- debug: false,
+ debug: true,
25
});
26
await litNodeClient.connect();
27
console.log('✅ Connected to Lit network');
0 commit comments