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