From aacfa469451e8c6431f9cd4fc80f693f9dddef2d Mon Sep 17 00:00:00 2001 From: Vasyl Ivanchuk Date: Tue, 5 Dec 2023 20:30:13 +0200 Subject: [PATCH] fix: add sepolia staging hostname (#111) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # What ❔ Sepolia staging hostname. - [X] PR title corresponds to the body of PR (we generate changelog entries from PRs). --- packages/app/src/configs/staging.config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/app/src/configs/staging.config.json b/packages/app/src/configs/staging.config.json index 7be5e57441..254c3f0859 100644 --- a/packages/app/src/configs/staging.config.json +++ b/packages/app/src/configs/staging.config.json @@ -21,7 +21,9 @@ "apiUrl": "https://block-explorer-api.sepolia.zksync.dev", "verificationApiUrl": "https://explorer.sepolia.era.zksync.dev", "bridgeUrl": "https://staging.goerli.bridge.zksync.dev", - "hostnames": [], + "hostnames": [ + "https://sepolia.staging-scan-v2.zksync.dev" + ], "icon": "/images/icons/zksync-arrows.svg", "l1ExplorerUrl": "https://sepolia.etherscan.io", "l2ChainId": 300,