mirror of
https://github.com/stronk-dev/OrchestratorTracker.git
synced 2025-07-05 10:55:09 +02:00
Update ENS endpoint
should really make this a config var...
This commit is contained in:
parent
d4e1c33702
commit
1533893e35
@ -52,7 +52,7 @@ let lastUpdated = 0;
|
|||||||
|
|
||||||
const updateEns = async function () {
|
const updateEns = async function () {
|
||||||
try {
|
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);
|
console.log("Getting new ENS data from " + url);
|
||||||
|
|
||||||
https.get(url, (res2) => {
|
https.get(url, (res2) => {
|
||||||
@ -293,4 +293,4 @@ recoverStorage();
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
export default masterRouter;
|
export default masterRouter;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user