From 1533893e35e85e9b18847f828679c4a6cb05c5d1 Mon Sep 17 00:00:00 2001 From: Marco van Dijk Date: Fri, 12 May 2023 09:59:14 +0200 Subject: [PATCH] Update ENS endpoint should really make this a config var... --- master/src/routes/master.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/master/src/routes/master.js b/master/src/routes/master.js index 1503012..ed5109c 100644 --- a/master/src/routes/master.js +++ b/master/src/routes/master.js @@ -52,7 +52,7 @@ let lastUpdated = 0; const updateEns = async function () { try { - const url = "https://nframe.nl/api/livepeer/getEnsDomains"; + const url = "https://stronk.rocks/api/livepeer/getEnsDomains"; console.log("Getting new ENS data from " + url); https.get(url, (res2) => { @@ -293,4 +293,4 @@ recoverStorage(); -export default masterRouter; \ No newline at end of file +export default masterRouter;