From fd464ac912f801c033beea8f8260c831bb0b505c Mon Sep 17 00:00:00 2001 From: Vasyl Ivanchuk Date: Thu, 30 Nov 2023 12:29:32 +0200 Subject: [PATCH] fix: hide sepolia network on prod --- packages/app/src/configs/production.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/src/configs/production.config.json b/packages/app/src/configs/production.config.json index bc25acca32..0214a28683 100644 --- a/packages/app/src/configs/production.config.json +++ b/packages/app/src/configs/production.config.json @@ -31,7 +31,7 @@ "l2WalletUrl": "https://portal.zksync.io/", "maintenance": false, "name": "sepolia", - "published": true, + "published": false, "rpcUrl": "https://sepolia.era.zksync.dev" }, {