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.
1 parent 13a58f7 commit 0b47757Copy full SHA for 0b47757
lib/index.ts
@@ -113,7 +113,7 @@ export default class LNC {
113
this._remoteKey = config.remoteKey;
114
this._wasmClientCode =
115
config.wasmClientCode ||
116
- 'https://lightning.engineering/lnc-v0.1.9-alpha.wasm';
+ 'https://lightning.engineering/lnc-v0.1.10-alpha.wasm';
117
this._namespace = config.namespace || 'default';
118
this._password = config.password || '';
119
this._onLocalPrivCreate = config.onLocalPrivCreate;
0 commit comments