Skip to content

Commit d4ef8e8

Browse files
committed
lnc: update wasm link to v0.2.0-alpha
1 parent e4bef16 commit d4ef8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/lnc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { wasmLog as log } from './util/log';
1212

1313
/** The default values for the LncConfig options */
1414
const DEFAULT_CONFIG = {
15-
wasmClientCode: 'https://lightning.engineering/lnc-v0.1.12-alpha.wasm',
15+
wasmClientCode: 'https://lightning.engineering/lnc-v0.2.0-alpha.wasm',
1616
namespace: 'default',
1717
serverHost: 'mailbox.terminal.lightning.today:443'
1818
} as Required<LncConfig>;

0 commit comments

Comments
 (0)