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 ef70c10 commit 1c9ff59Copy full SHA for 1c9ff59
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.2.1-alpha.wasm',
+ wasmClientCode: 'https://lightning.engineering/lnc-v0.2.2-alpha.wasm',
16
namespace: 'default',
17
serverHost: 'mailbox.terminal.lightning.today:443'
18
} as Required<LncConfig>;
0 commit comments