Skip to content

Commit 4624974

Browse files
committed
lnc: Bump CDN instance of wasm client to v0.1.12-alpha
1 parent 0d9f12c commit 4624974

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
@@ -6,7 +6,7 @@ import { snakeKeysToCamel } from './util/objects';
66

77
/** The default values for the LncConfig options */
88
const DEFAULT_CONFIG = {
9-
wasmClientCode: 'https://lightning.engineering/lnc-v0.1.11-alpha.wasm',
9+
wasmClientCode: 'https://lightning.engineering/lnc-v0.1.12-alpha.wasm',
1010
namespace: 'default',
1111
serverHost: 'mailbox.terminal.lightning.today:443'
1212
} as Required<LncConfig>;

0 commit comments

Comments
 (0)