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 0d9f12c commit 4624974Copy full SHA for 4624974
lib/lnc.ts
@@ -6,7 +6,7 @@ import { snakeKeysToCamel } from './util/objects';
6
7
/** The default values for the LncConfig options */
8
const DEFAULT_CONFIG = {
9
- wasmClientCode: 'https://lightning.engineering/lnc-v0.1.11-alpha.wasm',
+ wasmClientCode: 'https://lightning.engineering/lnc-v0.1.12-alpha.wasm',
10
namespace: 'default',
11
serverHost: 'mailbox.terminal.lightning.today:443'
12
} as Required<LncConfig>;
0 commit comments