Skip to content

Commit

Permalink
lib: update wasm url to v0.3.2-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorTigerstrom committed Jul 26, 2024
1 parent f65cf92 commit 0e0be20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lnc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { wasmLog as log } from './util/log';

/** The default values for the LncConfig options */
const DEFAULT_CONFIG = {
wasmClientCode: 'https://lightning.engineering/lnc-v0.3.1-alpha.wasm',
wasmClientCode: 'https://lightning.engineering/lnc-v0.3.2-alpha.wasm',
namespace: 'default',
serverHost: 'mailbox.terminal.lightning.today:443'
} as Required<LncConfig>;
Expand Down

0 comments on commit 0e0be20

Please sign in to comment.