Skip to content

Commit 29dc600

Browse files
committed
lib: update wasm url to v0.3.3-alpha
1 parent d8dcdf1 commit 29dc600

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
@@ -14,7 +14,7 @@ import { wasmLog as log } from './util/log';
1414

1515
/** The default values for the LncConfig options */
1616
const DEFAULT_CONFIG = {
17-
wasmClientCode: 'https://lightning.engineering/lnc-v0.3.2-alpha.wasm',
17+
wasmClientCode: 'https://lightning.engineering/lnc-v0.3.3-alpha.wasm',
1818
namespace: 'default',
1919
serverHost: 'mailbox.terminal.lightning.today:443'
2020
} as Required<LncConfig>;

0 commit comments

Comments
 (0)