From e804bafc79363f3b1d52c3c8b4c00b478266a2a7 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Tue, 26 Feb 2019 09:12:43 -0700 Subject: [PATCH] Revert "chore: update to Web UI 2.4.0" --- core/corehttp/webui.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/corehttp/webui.go b/core/corehttp/webui.go index 8979da25fab..d76281984b4 100644 --- a/core/corehttp/webui.go +++ b/core/corehttp/webui.go @@ -1,12 +1,11 @@ package corehttp // TODO: move to IPNS -const WebUIPath = "/ipfs/Qmb6o8HKrouK2WXVFS8753BArqnx5xz68tk6779ncPxpd8" +const WebUIPath = "/ipfs/QmXc9raDM1M5G5fpBnVyQ71vR4gbnskwnB9iMEzBuLgvoZ" // this is a list of all past webUI paths. var WebUIPaths = []string{ WebUIPath, - "/ipfs/QmXc9raDM1M5G5fpBnVyQ71vR4gbnskwnB9iMEzBuLgvoZ", "/ipfs/QmenEBWcAk3tN94fSKpKFtUMwty1qNwSYw3DMDFV6cPBXA", "/ipfs/QmUnXcWZC5Ve21gUseouJsH5mLAyz5JPp8aHsg8qVUUK8e", "/ipfs/QmSDgpiHco5yXdyVTfhKxr3aiJ82ynz8V14QcGKicM3rVh",