We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d2228a + 240d79e commit 5906017Copy full SHA for 5906017
lib/index.ts
@@ -12,5 +12,5 @@ if (!WebAssembly.instantiateStreaming) {
12
}
13
14
export type { LncConfig, CredentialStore } from './types/lnc';
15
-
+export * from '@lightninglabs/lnc-core';
16
export default LNC;
lib/lnc.ts
@@ -12,7 +12,7 @@ import { wasmLog as log } from './util/log';
/** The default values for the LncConfig options */
const DEFAULT_CONFIG = {
- wasmClientCode: 'https://lightning.engineering/lnc-v0.2.0-alpha.wasm',
+ wasmClientCode: 'https://lightning.engineering/lnc-v0.2.1-alpha.wasm',
namespace: 'default',
17
serverHost: 'mailbox.terminal.lightning.today:443'
18
} as Required<LncConfig>;
0 commit comments