Skip to content

Commit e1c5114

Browse files
authored
Merge pull request #25 from lightninglabs/lnc-v0.1.10-alpha
Bump CDN instance of LNC wasm client to v0.1.10-alpha
2 parents 13a58f7 + 0b47757 commit e1c5114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export default class LNC {
113113
this._remoteKey = config.remoteKey;
114114
this._wasmClientCode =
115115
config.wasmClientCode ||
116-
'https://lightning.engineering/lnc-v0.1.9-alpha.wasm';
116+
'https://lightning.engineering/lnc-v0.1.10-alpha.wasm';
117117
this._namespace = config.namespace || 'default';
118118
this._password = config.password || '';
119119
this._onLocalPrivCreate = config.onLocalPrivCreate;

0 commit comments

Comments
 (0)