Skip to content

Commit

Permalink
Merge pull request #70 from lightninglabs/main
Browse files Browse the repository at this point in the history
[Releases] v0.2.1-alpha
  • Loading branch information
kaloudis authored Dec 1, 2022
2 parents 1d2228a + 240d79e commit 5906017
Show file tree
Hide file tree
Showing 4 changed files with 532 additions and 156 deletions.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ if (!WebAssembly.instantiateStreaming) {
}

export type { LncConfig, CredentialStore } from './types/lnc';

export * from '@lightninglabs/lnc-core';
export default LNC;
2 changes: 1 addition & 1 deletion lib/lnc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
serverHost: 'mailbox.terminal.lightning.today:443'
} as Required<LncConfig>;
Expand Down
Loading

0 comments on commit 5906017

Please sign in to comment.