We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d8806 commit a6e0488Copy full SHA for a6e0488
add-on/src/lib/state.js
@@ -6,7 +6,7 @@ const offlinePeerCount = -1
6
7
// CID of a 'blessed' Web UI release
8
// which should work without setting CORS headers
9
-const webuiCid = 'QmNyMYhwJUS1cVvaWoVBhrW8KPj1qmie7rZcWo8f1Bvkhz' // v2.5.0
+const webuiCid = 'QmVTiRTQ72qiH4usAGT4c6qVxCMv4hFMUH9fvU6mktaXdP' // v2.5.1
10
11
function initState (options) {
12
// we store options and some pregenerated values to avoid async storage
0 commit comments