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 e4bef16 commit d4ef8e8Copy full SHA for d4ef8e8
lib/lnc.ts
@@ -12,7 +12,7 @@ import { wasmLog as log } from './util/log';
12
13
/** The default values for the LncConfig options */
14
const DEFAULT_CONFIG = {
15
- wasmClientCode: 'https://lightning.engineering/lnc-v0.1.12-alpha.wasm',
+ wasmClientCode: 'https://lightning.engineering/lnc-v0.2.0-alpha.wasm',
16
namespace: 'default',
17
serverHost: 'mailbox.terminal.lightning.today:443'
18
} as Required<LncConfig>;
0 commit comments