From b443f4aec34a33ac25b18b9b059703f1d4e7131c Mon Sep 17 00:00:00 2001 From: Jack Hamer Date: Thu, 9 May 2024 20:28:40 +0300 Subject: [PATCH] chore(temp): bring back old firebase domain --- .firebaserc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.firebaserc b/.firebaserc index 445c379ed..3000e57d7 100644 --- a/.firebaserc +++ b/.firebaserc @@ -6,14 +6,14 @@ "zksync-dapp-wallet-v2": { "hosting": { "web": [ - "zksync-dapp-portal" + "zksync-dapp-wallet-v2" ] } }, "staging-zksync-dapp-wallet-v2": { "hosting": { "web": [ - "staging-zksync-dapp-portal" + "staging-zksync-dapp-wallet-v2" ] } }