From 28b4fe7e7ecc4ed998535c42ec164db3b7dd5349 Mon Sep 17 00:00:00 2001 From: Yana Date: Thu, 5 Jun 2025 12:33:43 +0300 Subject: [PATCH] add 10 recommended nodes --- explorer-v2/src/app/constants.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/explorer-v2/src/app/constants.ts b/explorer-v2/src/app/constants.ts index e34956a933..5b7b3bb3aa 100644 --- a/explorer-v2/src/app/constants.ts +++ b/explorer-v2/src/app/constants.ts @@ -1,3 +1,5 @@ export const TABLET_WIDTH = "(min-width:700px)"; -export const RECOMMENDED_NODES = [587, 1048, 1863]; +export const RECOMMENDED_NODES = [ + 1362, 291, 1719, 1768, 1772, 1512, 896, 1415, 2114, 2010, +];