Skip to content

Commit 1c9ff59

Browse files
committed
wasm: upgrade to v0.2.2-alpha
1 parent ef70c10 commit 1c9ff59

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.2.1-alpha.wasm',
15+
wasmClientCode: 'https://lightning.engineering/lnc-v0.2.2-alpha.wasm',
1616
namespace: 'default',
1717
serverHost: 'mailbox.terminal.lightning.today:443'
1818
} as Required<LncConfig>;

0 commit comments

Comments
 (0)