Skip to content

Commit 5906017

Browse files
authored
Merge pull request #70 from lightninglabs/main
[Releases] v0.2.1-alpha
2 parents 1d2228a + 240d79e commit 5906017

File tree

4 files changed

+532
-156
lines changed

4 files changed

+532
-156
lines changed

lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ if (!WebAssembly.instantiateStreaming) {
1212
}
1313

1414
export type { LncConfig, CredentialStore } from './types/lnc';
15-
15+
export * from '@lightninglabs/lnc-core';
1616
export default LNC;

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

0 commit comments

Comments
 (0)