From 32f7f90682f2a62ac5893ad622ee8daa5cfcb41f Mon Sep 17 00:00:00 2001 From: Moritz Kirstein Date: Wed, 28 Feb 2024 14:15:03 +0100 Subject: [PATCH] chore: update network status api endpoint --- app.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.js b/app.config.js index 0ec02a4d3..96d695080 100644 --- a/app.config.js +++ b/app.config.js @@ -99,6 +99,6 @@ module.exports = { // Show network alerts based on chainId networkAlertApi: { - 100: 'https://status.dev.pontus-x.eu/api/check-blocks' + 100: 'https://status.genx.delta-dao.com/api/check-blocks' } }