From f2e388ae3d6ac1182ff369e192cb2206fe0f6a34 Mon Sep 17 00:00:00 2001 From: Vasyl Ivanchuk Date: Mon, 4 Dec 2023 16:35:45 +0200 Subject: [PATCH] feat: enable 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 0214a28683..bc25acca32 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": false, + "published": true, "rpcUrl": "https://sepolia.era.zksync.dev" }, {