Skip to content

Commit 214e0ef

Browse files
committed
Turn debug on
1 parent 1a62ede commit 214e0ef

File tree

1 file changed

+1
-1
lines changed
  • capacity-credits/delegating/delegating-to-eth-address/src

1 file changed

+1
-1
lines changed

capacity-credits/delegating/delegating-to-eth-address/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const runExample = async (
2121
console.log('🔄 Connecting to Lit network...');
2222
litNodeClient = new LitNodeClient({
2323
litNetwork: LIT_NETWORK.DatilDev,
24-
debug: false,
24+
debug: true,
2525
});
2626
await litNodeClient.connect();
2727
console.log('✅ Connected to Lit network');

0 commit comments

Comments
 (0)