We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc0b02 commit 7618e90Copy full SHA for 7618e90
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 = 'QmcjeTciMNgEBe4xXvEaA4TQtwTRkXucx7DmKWViXSmX7m' // v2.5.8
+const webuiCid = 'QmPkojhjJkJ5LEGBDrAvdftrjAYmi9GU5Cq27mWvZTDieW' // v2.7.1
10
11
function initState (options) {
12
// we store options and some pregenerated values to avoid async storage
0 commit comments